diff options
author | 2025-08-18 22:28:16 +0000 | |
---|---|---|
committer | 2025-08-18 22:28:16 +0000 | |
commit | 5558140ef83bea769d4455396d71033e60c74331 (patch) | |
tree | 0ed24e5b1ba24af0365a3b3bc03a4d4045ef8bff | |
parent | 844ef1e30310bd2fd479882ae38d19b42dd8e9a5 (diff) | |
download | containers-renovate/python-3.x.tar.gz containers-renovate/python-3.x.tar.zst containers-renovate/python-3.x.zip |
Update python Docker tag to v3.13.7renovate/python-3.x
-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 6ae389c..8b37110 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:452682e4648deafe431ad2f2391d726d7c52f0ff291be8bd4074b10379bb89ff +FROM python:3.13.7-alpine3.21@sha256:0c3d4f28025c9adc2c03326aa160dde8f53faaa8684134a0e146e4edca28a946 # Prevents Python from writing pyc files. ENV PYTHONDONTWRITEBYTECODE=1 |