diff --git a/docker/Dockerfile b/docker/Dockerfile index deddeed8..4aa227af 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.10-slim-bullseye@sha256:08ef1d5c4e0c05244f0971150437c57f6c79863345e549dbaebaf1b61f56bdf5 +FROM --platform=linux/amd64 python:3.11.10-slim-bullseye@sha256:d910a25afa706e0b2da4b59990fb59c0495eeab597b5cd777bbdcda8b6530b7e ARG userid=10001 ARG groupid=10001