Skip to content

Commit 5cba0f5

Browse files
authored
Merge pull request #228 from StackVista/STAC-23387
STAC-23387 Move to latest bci base image.
2 parents 5d0ec29 + 4ba5e56 commit 5cba0f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BCI.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG EBPF_SUBFOLDER="x86_64"
55
RUN : # No-op command to create an explicit layer - this fixes a weird buildkit/buildx bug on macos arm
66

77
# Temporary build stage image
8-
FROM registry.suse.com/bci/bci-base:15.6 AS chroot-builder
8+
FROM registry.suse.com/bci/bci-base:latest AS chroot-builder
99
# Install system packages using builder image that has zypper
1010
COPY --from=final / /chroot/
1111

0 commit comments

Comments
 (0)