Skip to content

Commit d69d913

Browse files
derekbitmergify[bot]
authored andcommitted
fix(Dockerfile): fix bci-base tag
Signed-off-by: Derek Su <[email protected]>
1 parent e8080e8 commit d69d913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -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:6 AS release
39+
FROM registry.suse.com/bci/bci-base:15.6 AS release
4040

4141
ARG ARCH=amd64
4242

0 commit comments

Comments
 (0)