Skip to content

Commit

Permalink
chore: update the cli Dockerfile to go1.21
Browse files Browse the repository at this point in the history
This causes build problems as go.mod is now using 1.21.8.

Signed-off-by: crozzy <[email protected]>
  • Loading branch information
crozzy committed Apr 2, 2024
1 parent 80d5b53 commit 9b5f21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GO_VERSION=1.20
ARG GO_VERSION=1.21

# Build the app
FROM quay.io/projectquay/golang:${GO_VERSION} AS build
Expand Down

0 comments on commit 9b5f21b

Please sign in to comment.