Skip to content

Commit

Permalink
Update Dockerfile GO version to 1.20.5
Browse files Browse the repository at this point in the history
Update Dockerfile GO version to 1.20.5
  • Loading branch information
kempsterc authored and imiric committed Jun 13, 2023
1 parent ea27866 commit 6a97c31
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,4 +1,4 @@
ARG GO_VERSION=1.20.3
ARG GO_VERSION=1.20.5
ARG VARIANT=bullseye
FROM golang:${GO_VERSION}-${VARIANT} as builder

Expand Down

0 comments on commit 6a97c31

Please sign in to comment.