aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 2025-05-08 20:40:51 +0000
committerGravatar GitHub <noreply@github.com> 2025-05-08 20:40:51 +0000
commit2ea732b7c9130c3ee207443bfda2dee4193bec90 (patch)
tree9d0fc6de98535046a2100e7492664cc35d84c6fe
parent7d1b75c5e27f19d7466c809e681e70bbe2506cf5 (diff)
downloadcontainers-2ea732b7c9130c3ee207443bfda2dee4193bec90.tar.gz
containers-2ea732b7c9130c3ee207443bfda2dee4193bec90.tar.zst
containers-2ea732b7c9130c3ee207443bfda2dee4193bec90.zip
Update python Docker tag to v3.13.3
-rw-r--r--containers/tarsnapper/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/containers/tarsnapper/Dockerfile b/containers/tarsnapper/Dockerfile
index 03c7f6d..035fc4a 100644
--- a/containers/tarsnapper/Dockerfile
+++ b/containers/tarsnapper/Dockerfile
@@ -1,6 +1,6 @@
FROM ghcr.io/ansg191-lab/containers/tarsnap:v1.0.41.2 AS tarsnap-base
-FROM python:3.13.1-alpine3.21
+FROM python:3.13.3-alpine3.21@sha256:18159b2be11db91f84b8f8f655cd860f805dbd9e49a583ddaac8ab39bf4fe1a7
# Prevents Python from writing pyc files.
ENV PYTHONDONTWRITEBYTECODE=1