diff --git a/Dockerfile b/Dockerfile index e83a09f1..8da2fcca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 ### @@ -13,8 +13,6 @@ WORKDIR /go/src/kosli COPY . . -RUN make deps && make vet - RUN make build ### Final Image ###