# Example 2
#
# This Dockerfile references Python 3.8 with an outdated digest.
# Run dlock --upgrade to upgrade the digest.
#
FROM python:3.8-slim-buster@sha256:0944c626f71b2f44ed45c13761f3cb97d75566261ade2b2d34f6ce2987dacbcb

CMD python -c 'import sys; print(sys.version)'
