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 fd57aff commit 6dc4027Copy full SHA for 6dc4027
Dockerfile.dapper
@@ -1,6 +1,6 @@
1
-FROM registry.suse.com/bci/golang:1.22
+FROM registry.suse.com/bci/golang:1.24
2
# Add buildx plugin
3
-COPY --from=docker.io/docker/buildx-bin:0.21.2 /buildx /usr/libexec/docker/cli-plugins/docker-buildx
+COPY --from=docker.io/docker/buildx-bin:0.21.3 /buildx /usr/libexec/docker/cli-plugins/docker-buildx
4
5
ARG DAPPER_HOST_ARCH
6
ENV ARCH $DAPPER_HOST_ARCH
package/Dockerfile
@@ -1,4 +1,4 @@
-FROM registry.suse.com/bci/golang:1.22 AS builder
+FROM registry.suse.com/bci/golang:1.24 AS builder
ARG TAG=''
ARG REPO=''
0 commit comments