Skip to content

Commit

Permalink
upgrade base image
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Chacin <pablochacin@gmail.com>
  • Loading branch information
pablochacin committed Sep 10, 2024
1 parent 2507211 commit 017e71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

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

Expand Down

0 comments on commit 017e71c

Please # to comment.