Skip to content

Commit a17c3bb

Browse files
Update docker.io/library/python Docker tag to v3.13
1 parent c56e57f commit a17c3bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

monitoring/cpu/highcpu-python/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/library/python:3.11-alpine
1+
FROM docker.io/library/python:3.13-alpine
22

33
COPY . .
44

troubleshooting/file-permissions/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/library/python:3.11-alpine
1+
FROM docker.io/library/python:3.13-alpine
22

33
# Create a non-root user and group to run the app
44
RUN addgroup -S apps && \

0 commit comments

Comments
 (0)