Skip to content

Commit

Permalink
Update Docker File Deps
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-rancher[bot] authored Feb 21, 2025
1 parent 5c77336 commit 8799fa3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.dapper
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.suse.com/bci/golang:1.23
FROM registry.suse.com/bci/golang:1.24
# Add buildx plugin
COPY --from=docker.io/docker/buildx-bin:0.19.3 /buildx /usr/libexec/docker/cli-plugins/docker-buildx
COPY --from=docker.io/docker/buildx-bin:0.21.0 /buildx /usr/libexec/docker/cli-plugins/docker-buildx

ARG DAPPER_HOST_ARCH
ENV ARCH $DAPPER_HOST_ARCH
Expand Down
2 changes: 1 addition & 1 deletion package/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.suse.com/bci/golang:1.23 AS builder
FROM registry.suse.com/bci/golang:1.24 AS builder

ARG TAG=''
ARG REPO=''
Expand Down

0 comments on commit 8799fa3

Please sign in to comment.