We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b2b4aa commit 03e38cfCopy full SHA for 03e38cf
package/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM registry.suse.com/bci/bci-base:15.6 AS builder
+FROM registry.suse.com/bci/bci-base:15.7 AS builder
2
3
ARG ARCH=amd64
4
ARG SRC_BRANCH=main
@@ -36,7 +36,7 @@ RUN GRPC_HEALTH_PROBE_DOWNLOAD_URL=$(wget -qO- https://api.github.com/repos/grpc
36
wget ${GRPC_HEALTH_PROBE_DOWNLOAD_URL} -O /usr/local/bin/grpc_health_probe && \
37
chmod +x /usr/local/bin/grpc_health_probe
38
39
-FROM registry.suse.com/bci/bci-base:15.6 AS release
+FROM registry.suse.com/bci/bci-base:15.7 AS release
40
41
42
0 commit comments