Skip to content

Commit 9abf8cd

Browse files
authored
[deps] Updated Dockerfile base image to python:3.12-slim-bookworm
1 parent 034cf40 commit 9abf8cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NOTE: This Docker image is for development purposes only.
22

3-
FROM python:3.10-slim-buster
3+
FROM python:3.12-slim-bookworm
44

55
RUN apt update && \
66
apt install --yes zlib1g-dev libjpeg-dev gdal-bin libproj-dev \

0 commit comments

Comments
 (0)