Skip to content

Commit

Permalink
use python:3.12 as base image
Browse files Browse the repository at this point in the history
  • Loading branch information
csae8092 committed Sep 19, 2024
1 parent 535e7e7 commit 4ab26be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM python:3.8-buster
FROM python:3.12

# install nginx posgtes and gdal
RUN apt-get update -y && apt-get upgrade -y && apt-get install nginx vim \
postgresql-common libpq-dev python3-gdal -y
postgresql-common libpq-dev -y
RUN ln -sf /dev/stdout /var/log/nginx/access.log \
&& ln -sf /dev/stderr /var/log/nginx/error.log

Expand Down

0 comments on commit 4ab26be

Please sign in to comment.