Skip to content

Commit 4c9b551

Browse files
Merge pull request #52 from geoadmin/fix-PB-1849-buster
PB-1849: update from Buster to Bookworm. - #patch
2 parents 85f822e + 14e1282 commit 4c9b551

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Buster slim python 3.9 base image.
2-
FROM python:3.9-slim-buster
1+
FROM python:3.13-slim-bookworm
32
ENV HTTP_PORT 8080
43
RUN groupadd -r geoadmin && useradd -r -s /bin/false -g geoadmin geoadmin
54

0 commit comments

Comments
 (0)