Skip to content

Commit

Permalink
build: update bci-base image to 15.6
Browse files Browse the repository at this point in the history
longhorn/longhorn-10073

Signed-off-by: Chin-Ya Huang <[email protected]>
  • Loading branch information
c3y1huang authored and derekbit committed Dec 26, 2024
1 parent e97a6e4 commit 9d5c537
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.suse.com/bci/bci-base:15.5 AS builder
FROM registry.suse.com/bci/bci-base:15.6 AS builder

ARG ARCH=amd64

Expand Down Expand Up @@ -35,7 +35,7 @@ RUN GRPC_HEALTH_PROBE_DOWNLOAD_URL=$(wget -qO- https://api.github.com/repos/grpc
wget ${GRPC_HEALTH_PROBE_DOWNLOAD_URL} -O /usr/local/bin/grpc_health_probe && \
chmod +x /usr/local/bin/grpc_health_probe

FROM registry.suse.com/bci/bci-base:15.5 AS release
FROM registry.suse.com/bci/bci-base:15.6 AS release

ARG ARCH=amd64

Expand Down

0 comments on commit 9d5c537

Please sign in to comment.