Skip to content

Commit

Permalink
dockerfile: update to Debian 12
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Oct 9, 2023
1 parent 203c387 commit 50e0566
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,4 +1,4 @@
FROM python:3.11.5-slim-bullseye
FROM python:3.11.5-slim-bookworm
ENV PYVERSION 3.11
ENV WEBLATE_VERSION 5.0.2
ENV WEBLATE_EXTRAS all,MySQL,zxcvbn,test
Expand Down Expand Up @@ -101,7 +101,7 @@ RUN \
unzip \
xz-utils \
&& c_rehash \
&& echo "deb http://apt.postgresql.org/pub/repos/apt bullseye-pgdg main" > /etc/apt/sources.list.d/pgdg.list \
&& echo "deb http://apt.postgresql.org/pub/repos/apt bookworm-pgdg main" > /etc/apt/sources.list.d/pgdg.list \
&& curl -L https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \
&& apt-get update \
&& apt-get install --no-install-recommends -y \
Expand Down

0 comments on commit 50e0566

Please sign in to comment.