Skip to content

Commit

Permalink
fix: update go version on dockerfile for buildx (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac authored Jul 10, 2024
1 parent 1af8ed7 commit 1527f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.18.3 AS build
FROM --platform=$BUILDPLATFORM golang:1.21.0 AS build
WORKDIR /src
ARG TARGETOS
ARG TARGETARCH
Expand Down

0 comments on commit 1527f6f

Please sign in to comment.