[Snyk] Security upgrade python from 3.11-slim to 3.13.0a3-slim #158

Closed
luketainton wants to merge 2 commits from snyk-fix-fc43016a41652b543136940a0afae92d into main
Showing only changes of commit b50b92c2ea - Show all commits

View File

@ -1,4 +1,4 @@
FROM python:3.11-slim
FROM python:3.13.0a3-slim
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
LABEL org.opencontainers.image.source="https://github.com/luketainton/roboluke-tasks"
USER root