diff --git a/Dockerfile b/Dockerfile index c0583607..205aae6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1.3 -FROM python:3.10.7-bullseye@sha256:52e9db2194b03d3e4e45c1f6a67a9a4831d34efcc256cd39b32c91d259389dfb as compile +FROM python:3.10.7-bullseye@sha256:3039656075bdb9c6ca5ee7a67fafaa60cbca2d4e15638b877dd7f54eb57a6bed as compile # Get rustup https://rustup.rs/ for canonicaljson-rs, because no wheels are published for arm. # See https://github.com/mozilla-services/python-canonicaljson-rs/issues/3