diff --git a/docker/Dockerfile b/docker/Dockerfile index d2c1e489..1c83fa87 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,6 +1,6 @@ # NOTE(smarnach): To upgrade Python to a new minor or major version, see # https://mozilla-eliot.readthedocs.io/en/latest/dev.html#how-to-upgrade-the-python-version -FROM --platform=linux/amd64 python:3.11.11-slim-bullseye@sha256:9d6c8e7c36da7e7a77af6b503877fe0dece3aa239be502ecb62f3ac266ce6011 +FROM --platform=linux/amd64 python:3.11.11-slim-bullseye@sha256:0b646b5876b055bb20095864557b6773625385136de57e39ac6bc08588c0fe50 ARG userid=10001 ARG groupid=10001