We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1a2418 commit d656392Copy full SHA for d656392
Dockerfile.lambda
@@ -1,5 +1,5 @@
1
# Fetch or build all required binaries
2
-FROM --platform=linux/amd64 golang:1.20 as builder
+FROM golang:1.21 as builder
3
4
ARG VERSION_REF
5
RUN test -n "${VERSION_REF}"
0 commit comments