Skip to content

Commit

Permalink
chore(deps): update registry.suse.com/bci/golang docker tag to v1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-rancher[bot] authored Jan 24, 2025
1 parent 53d861e commit 09ee7f2
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.22 AS golang
FROM registry.suse.com/bci/golang:1.23 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.22 AS builder
FROM --platform=$BUILDPLATFORM registry.suse.com/bci/golang:1.23 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 09ee7f2

Please sign in to comment.