Skip to content

Commit 556fc9f

Browse files
authored
operator/Dockerfile: bump chainguard base image to latest (#309)
1 parent 9809861 commit 556fc9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG PYTHON_GLIBC_IMAGE="docker.elastic.co/wolfi/python"
22
ARG PYTHON_GLIBC_IMAGE_VERSION="3.12.10-r1-dev@sha256:4fa3eaa7e058d6b9a2854b672d5a2b3b4566bf1802291736b10a6a21b1f1d0de"
33

44
ARG IMAGE="docker.elastic.co/wolfi/chainguard-base"
5-
ARG IMAGE_VERSION="latest@sha256:66d427a0e8c76a611ba4c5cd91301c73250f265a78be258f1d57d4457332a6fc"
5+
ARG IMAGE_VERSION="latest@sha256:55ee1dca9780931b0929d6eb734f455790c06ddbb59f55008e0cddebfbfd1e2e"
66

77
FROM ${PYTHON_GLIBC_IMAGE}:${PYTHON_GLIBC_IMAGE_VERSION} AS build
88

0 commit comments

Comments
 (0)