Skip to content

Commit

Permalink
chore(deps): update registry.suse.com/bci/golang docker tag to v1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-rancher[bot] authored Feb 23, 2025
1 parent deda840 commit b4db0b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Platform specific images which must support all target architectures.
FROM registry.suse.com/bci/bci-micro:15.6 AS final
FROM registry.suse.com/bci/golang:1.23 AS golang
FROM registry.suse.com/bci/golang:1.24 AS golang

# Builder and xx only need to support the host architecture.
FROM --platform=$BUILDPLATFORM rancher/mirrored-tonistiigi-xx:1.5.0 AS xx
FROM --platform=$BUILDPLATFORM registry.suse.com/bci/golang:1.23 AS builder
FROM --platform=$BUILDPLATFORM registry.suse.com/bci/golang:1.24 AS builder

# Bring xx supporting tools to the builder layer, but as it is at / it
# won't be copied to the final image.
Expand Down

0 comments on commit b4db0b9

Please sign in to comment.