Skip to content

Commit

Permalink
Merge pull request #138 from datopian/dependabot/docker/python-3.12-slim
Browse files Browse the repository at this point in the history
Bump python from 3.10-slim to 3.12-slim
  • Loading branch information
demenech committed Jan 19, 2024
2 parents 8450e9c + c5840a1 commit e42dca2
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
Expand Up @@ -2,7 +2,7 @@

### --- Build Depdendencies ---

FROM python:3.10 as builder
FROM python:3.12 as builder
MAINTAINER "Shahar Evron <[email protected]>"

# Build wheels for uWSGI and all requirements
Expand All @@ -19,7 +19,7 @@ RUN pip wheel -w /wheels -r /requirements.txt

### --- Build Final Image ---

FROM python:3.10-slim
FROM python:3.12-slim

RUN DEBIAN_FRONTEND=noninteractive apt-get update \
&& apt-get install -y libpcre3 libxml2 tini git \
Expand Down

0 comments on commit e42dca2

Please sign in to comment.