Skip to content

Commit 0e803e3

Browse files
committed
Update Python base image to version 3.13
geocompx/geocompy#278
1 parent f095bab commit 0e803e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11.4-slim-bullseye
1+
FROM python:3.13-slim-bookworm
22
# Install wget and unzip:
33
RUN apt update && apt install -y \
44
wget \

0 commit comments

Comments
 (0)