Skip to content

Commit

Permalink
Update base image
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Chacin <[email protected]>
  • Loading branch information
pablochacin committed Jun 5, 2024
1 parent 17acb7a commit eff8765
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ARG GO_VERSION=1.21.6
ARG VARIANT=alpine3.18

ARG GO_VERSION=1.22.4
ARG VARIANT=alpine3.20
FROM golang:${GO_VERSION}-${VARIANT} as builder

WORKDIR /build
Expand Down

0 comments on commit eff8765

Please sign in to comment.