Skip to content

Commit

Permalink
PB-227: Check previous slim-buster version
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasJoss committed Sep 6, 2024
1 parent bc65824 commit 4eeffa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Buster slim python 3.12 base image.
FROM python:3.12-slim-buster
FROM python:3.9-slim-buster
ENV HTTP_PORT 8080
RUN groupadd -r geoadmin && useradd -r -s /bin/false -g geoadmin geoadmin

Expand Down

0 comments on commit 4eeffa4

Please sign in to comment.