We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
d6b3731
3490ac4
1 parent ef5a231 commit 466091cCopy full SHA for 466091c
Dockerfile
@@ -1,7 +1,7 @@
1
# We must use a glibc based distro due to embedded python not supporting musl libc for aarch64 (only amd64+musl is supported)
2
# see https://github.com/indygreg/python-build-standalone/issues/87
3
# use `docker buildx imagetools inspect cgr.dev/chainguard/wolfi-base:latest` to find latest sha256 of multiarch image
4
-FROM --platform=$TARGETPLATFORM cgr.dev/chainguard/wolfi-base@sha256:d6b37317ae7cb5c0864189e9e5acd825386ae226a413e7c19370f5f87d150f92
+FROM --platform=$TARGETPLATFORM cgr.dev/chainguard/wolfi-base@sha256:3490ac41510e17846b30c9ebfc4a323dfdecbd9a35e7b0e4e745a8f496a18f25
5
6
# See https://docs.docker.com/engine/reference/builder/#automatic-platform-args-in-the-global-scope
7
ARG TARGETPLATFORM
0 commit comments