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 c1e5d4a commit 1daf18b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ARG BCI_IMAGE=registry.suse.com/bci/bci-base
ARG GO_IMAGE=rancher/hardened-build-base:v1.21.9b1
ARG ARCH="amd64"
FROM --platform=${ARCH} ${BCI_IMAGE} as bci
FROM --platform=${ARCH} ${GO_IMAGE} as builder
# setup required packages
Expand All @@ -11,7 +12,6 @@ RUN set -x && \
linux-headers \
make
# setup the build
ARG ARCH="amd64"
ARG K3S_ROOT_VERSION=v0.13.0
ADD https://github.com/rancher/k3s-root/releases/download/${K3S_ROOT_VERSION}/k3s-root-xtables-${ARCH}.tar /opt/xtables/k3s-root-xtables.tar
RUN tar xvf /opt/xtables/k3s-root-xtables.tar -C /opt/xtables
Expand Down

0 comments on commit 1daf18b

Please sign in to comment.