Skip to content

Commit 6dc4027

Browse files
Update Docker File Deps
1 parent fd57aff commit 6dc4027

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile.dapper

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM registry.suse.com/bci/golang:1.22
1+
FROM registry.suse.com/bci/golang:1.24
22
# Add buildx plugin
3-
COPY --from=docker.io/docker/buildx-bin:0.21.2 /buildx /usr/libexec/docker/cli-plugins/docker-buildx
3+
COPY --from=docker.io/docker/buildx-bin:0.21.3 /buildx /usr/libexec/docker/cli-plugins/docker-buildx
44

55
ARG DAPPER_HOST_ARCH
66
ENV ARCH $DAPPER_HOST_ARCH

package/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.suse.com/bci/golang:1.22 AS builder
1+
FROM registry.suse.com/bci/golang:1.24 AS builder
22

33
ARG TAG=''
44
ARG REPO=''

0 commit comments

Comments
 (0)