Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rbrtbnfgl authored Apr 23, 2024
1 parent c6ef2c8 commit 09b372e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG BCI_IMAGE=registry.suse.com/bci/bci-base
ARG GO_IMAGE=rancher/hardened-build-base:v1.21.9b1
FROM --platform=$BUILDPLATFORM ${BCI_IMAGE} as bci
FROM --platform=$BUILDPLATFORM ${GO_IMAGE} as builder
FROM --platform=$ARCH ${BCI_IMAGE} as bci
FROM --platform=$ARCH ${GO_IMAGE} as builder
# setup required packages
RUN set -x && \
apk --no-cache add \
Expand Down

0 comments on commit 09b372e

Please sign in to comment.