Skip to content

Commit 269f06b

Browse files
committed
Use python 3.13 in dockerfiles/Dockerfile
Advance to more current version.
1 parent 5ab6cff commit 269f06b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG PYTHON_VERSION=3.12
1+
ARG PYTHON_VERSION=3.13
22

33
FROM bitnami/python:${PYTHON_VERSION}
44
RUN apt update && apt upgrade -y \

0 commit comments

Comments
 (0)