Skip to content

Commit 03e38cf

Browse files
chore(deps): update registry.suse.com/bci/bci-base docker tag to v15.7
1 parent 2b2b4aa commit 03e38cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.suse.com/bci/bci-base:15.6 AS builder
1+
FROM registry.suse.com/bci/bci-base:15.7 AS builder
22

33
ARG ARCH=amd64
44
ARG SRC_BRANCH=main
@@ -36,7 +36,7 @@ RUN GRPC_HEALTH_PROBE_DOWNLOAD_URL=$(wget -qO- https://api.github.com/repos/grpc
3636
wget ${GRPC_HEALTH_PROBE_DOWNLOAD_URL} -O /usr/local/bin/grpc_health_probe && \
3737
chmod +x /usr/local/bin/grpc_health_probe
3838

39-
FROM registry.suse.com/bci/bci-base:15.6 AS release
39+
FROM registry.suse.com/bci/bci-base:15.7 AS release
4040

4141
ARG ARCH=amd64
4242

0 commit comments

Comments
 (0)