Skip to content

Commit 73564e4

Browse files
Update docker.io/library/python Docker tag to v3.12
1 parent c56e57f commit 73564e4

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.12-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.12-alpine
22

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

0 commit comments

Comments
 (0)