Skip to content

Commit

Permalink
remove redundant step in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sami-alajrami committed Dec 9, 2024
1 parent 95537d3 commit 2574f7d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

ARG GO_VERSION="1.22.0"
ARG ALPINE_VERSION="3.19"
ARG GO_VERSION="1.22"
ARG ALPINE_VERSION="3.21"


### Go Builder ###
Expand All @@ -13,8 +13,6 @@ WORKDIR /go/src/kosli

COPY . .

RUN make deps && make vet

RUN make build

### Final Image ###
Expand Down

0 comments on commit 2574f7d

Please sign in to comment.