diff options
author | 2025-05-14 13:01:27 -0700 | |
---|---|---|
committer | 2025-05-14 13:01:27 -0700 | |
commit | 844ef1e30310bd2fd479882ae38d19b42dd8e9a5 (patch) | |
tree | 544aee7073eebae258021f6a17b1e801f0363a55 | |
parent | ba75bc82f3331ed772fdc3e891e073f2f1f1fc08 (diff) | |
parent | 077daaf46a156dffff1adf5dcec7e47f2859fde3 (diff) | |
download | containers-844ef1e30310bd2fd479882ae38d19b42dd8e9a5.tar.gz containers-844ef1e30310bd2fd479882ae38d19b42dd8e9a5.tar.zst containers-844ef1e30310bd2fd479882ae38d19b42dd8e9a5.zip |
-rw-r--r-- | containers/tarsnapper/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/containers/tarsnapper/Dockerfile b/containers/tarsnapper/Dockerfile index 87dc42a..6ae389c 100644 --- a/containers/tarsnapper/Dockerfile +++ b/containers/tarsnapper/Dockerfile @@ -1,6 +1,6 @@ FROM ghcr.io/ansg191-lab/containers/tarsnap:v1.0.41.2@sha256:fc62440e7413315bca49e7d15fe2e6c6ad033a37b9c5890547555dc58e57d852 AS tarsnap-base -FROM python:3.13.3-alpine3.21@sha256:18159b2be11db91f84b8f8f655cd860f805dbd9e49a583ddaac8ab39bf4fe1a7 +FROM python:3.13.3-alpine3.21@sha256:452682e4648deafe431ad2f2391d726d7c52f0ff291be8bd4074b10379bb89ff # Prevents Python from writing pyc files. ENV PYTHONDONTWRITEBYTECODE=1 |