We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8288baa commit ce731d9Copy full SHA for ce731d9
operator/Dockerfile
@@ -1,8 +1,8 @@
1
ARG PYTHON_GLIBC_IMAGE="docker.elastic.co/wolfi/python"
2
-ARG PYTHON_GLIBC_IMAGE_VERSION="3.12.9-dev@sha256:88b7e7a26f4978f5fbb19812685487d44da861b32c62aafea617b81c51322008"
+ARG PYTHON_GLIBC_IMAGE_VERSION="3.13.2-r6-dev@sha256:c0c6bea3cdf79847452a8c6ab2bca357e6ba34beb94937c640554568b7ca8bd1"
3
4
ARG IMAGE="docker.elastic.co/wolfi/chainguard-base"
5
-ARG IMAGE_VERSION="latest@sha256:66d427a0e8c76a611ba4c5cd91301c73250f265a78be258f1d57d4457332a6fc"
+ARG IMAGE_VERSION="latest@sha256:c4e10ecf3d8a21cf4be2fb53a2f522de50e14c80ce1da487e3ffd13f4d48d24d"
6
7
FROM ${PYTHON_GLIBC_IMAGE}:${PYTHON_GLIBC_IMAGE_VERSION} AS build
8
0 commit comments