Skip to content

Commit

Permalink
3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed Apr 1, 2024
1 parent 945b95d commit 42ab07a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/dockerfile-webapp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM tmt-data as docker_web

FROM python:3.11.1-slim-bullseye as generate_data
FROM python:3.12.2-slim-bullseye as generate_data

# Software
COPY . /srv/web/
Expand All @@ -27,7 +27,7 @@ RUN rm index_data.json
RUN python term_creator.py
RUN rm glossary.json

FROM python:3.11.1-slim-bullseye
FROM python:3.12.2-slim-bullseye

RUN apt-get update && apt-get install python3-dev gettext -y

Expand Down

0 comments on commit 42ab07a

Please sign in to comment.