diff --git a/cmd/pipecd/Dockerfile b/cmd/pipecd/Dockerfile index 393e7620bb..26a95be0c3 100644 --- a/cmd/pipecd/Dockerfile +++ b/cmd/pipecd/Dockerfile @@ -27,7 +27,7 @@ COPY . ./ RUN make build/go MOD=pipecd BUILD_OS=${TARGETOS} BUILD_ARCH=${TARGETARCH} -FROM alpine:3.22.2 +FROM alpine:3.23.3 ARG GOOGLE_CLOUD_SDK_VERSION=477.0.0