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 6d1bd43Copy full SHA for 6d1bd43
Dockerfile.dapper
@@ -1,4 +1,4 @@
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
4
package/Dockerfile
-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