Skip to content

Commit

Permalink
Merge pull request #109 from grafana/update-base-image
Browse files Browse the repository at this point in the history
upgrade base image
  • Loading branch information
pablochacin authored Sep 10, 2024
2 parents 2507211 + 017e71c commit 3d1b684
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 3d1b684

Please sign in to comment.