Skip to content

Commit

Permalink
update dind build env to golang 1.17 (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
KeyOfSpectator authored Feb 9, 2023
1 parent 0ffec1c commit ca03be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/Dockerfile.multi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.14 AS build-env
FROM --platform=$BUILDPLATFORM golang:1.17 AS build-env
ARG TARGETPLATFORM
ARG BUILDPLATFORM
ARG BUILDARCH
Expand Down

0 comments on commit ca03be0

Please sign in to comment.