We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c56e57f commit a17c3bbCopy full SHA for a17c3bb
monitoring/cpu/highcpu-python/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM docker.io/library/python:3.11-alpine
+FROM docker.io/library/python:3.13-alpine
2
3
COPY . .
4
troubleshooting/file-permissions/Dockerfile
# Create a non-root user and group to run the app
RUN addgroup -S apps && \
0 commit comments