Skip to content

Commit

Permalink
Merge pull request #359 from rancher/renovate/release/v0.5-registry.s…
Browse files Browse the repository at this point in the history
…use.com-bci-golang-1.x

chore(deps): update registry.suse.com/bci/golang docker tag to v1.23 (release/v0.5)
  • Loading branch information
vardhaman22 authored Jan 27, 2025
2 parents f0efed9 + 4a08abf commit f96eb0e
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 f96eb0e

Please sign in to comment.