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 76c0af0 commit f5196fcCopy full SHA for f5196fc
operator/Dockerfile
@@ -1,8 +1,8 @@
1
ARG PYTHON_GLIBC_IMAGE="docker.elastic.co/wolfi/python"
2
-ARG PYTHON_GLIBC_IMAGE_VERSION="3.12-dev@sha256:2f10787cc037b197f6a5d1a031c31706ae59642708c8b3b5ddfd3fa79605e9ad"
+ARG PYTHON_GLIBC_IMAGE_VERSION="3.13.1-r4-dev@sha256:e34babebe8c7286f1919143c7ea6e0f57c89d031c9caa72dba0d75ad111e2f04"
3
4
ARG IMAGE="docker.elastic.co/wolfi/chainguard-base"
5
-ARG IMAGE_VERSION="latest@sha256:26caa6beaee2bbf739a82e91a35173892dfe888d0a744b9e46cdc19a90d8656f"
+ARG IMAGE_VERSION="latest@sha256:dd66beec64a7f9b19c6c35a1195153b2b630a55e16ec71949ed5187c5947eea1"
6
7
FROM ${PYTHON_GLIBC_IMAGE}:${PYTHON_GLIBC_IMAGE_VERSION} AS build
8
0 commit comments