We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8080e8 commit d69d913Copy full SHA for d69d913
package/Dockerfile
@@ -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:6 AS release
+FROM registry.suse.com/bci/bci-base:15.6 AS release
40
41
ARG ARCH=amd64
42
0 commit comments