We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca3343d commit a7da7bdCopy full SHA for a7da7bd
Dockerfile
@@ -1,5 +1,5 @@
1
ARG BASE_OS_IMAGE=registry.opensuse.org/opensuse/tumbleweed
2
-ARG GO_VERSION=1.23
+ARG GO_VERSION=1.24
3
4
FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-alpine AS elemental-bin
5
@@ -24,7 +24,7 @@ ARG ELEMENTAL_VERSION=0.0.1
24
ARG ELEMENTAL_COMMIT=""
25
ENV ELEMENTAL_VERSION=${ELEMENTAL_VERSION}
26
ENV ELEMENTAL_COMMIT=${ELEMENTAL_COMMIT}
27
-ARG TARGETOS
+ARG TARGETOS
28
ARG TARGETARCH
29
RUN GOOS=$TARGETOS GOARCH=$TARGETARCH go generate ./...
30
RUN GOOS=$TARGETOS GOARCH=$TARGETARCH go build \
0 commit comments