Update python Docker tag to v3.13.1
This commit is contained in:
parent
848fc0af21
commit
1fc78c05fa
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.13.0-slim-bullseye
|
||||
FROM python:3.13.1-slim-bullseye
|
||||
RUN apt-get update -qq && apt-get install -qq git --no-install-recommends && rm -rf /var/lib/apt/lists/*
|
||||
WORKDIR ./
|
||||
ARG PUID=1000
|
||||
|
|
Loading…
Reference in a new issue