Skip to content

Commit

Permalink
ci: update to Debian Bookworm (#1457)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartjkdp authored Jun 26, 2024
1 parent 5cf6b15 commit 36d9bee
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG PYTHON_VERSION=3.11
##################################################
# Python #
##################################################
FROM python:${PYTHON_VERSION}-slim-buster AS prod
FROM python:${PYTHON_VERSION}-slim-bookworm AS prod

ENV PYTHONUNBUFFERED 1
ENV DJANGO_SETTINGS_MODULE=signals.settings
Expand All @@ -16,21 +16,21 @@ RUN useradd --no-create-home signals

RUN set -eux; \
apt-get update && apt-get install -y \
libgeos-3.7 \
libgeos3.11.1 \
gdal-bin \
libgdal20 \
libgdal32 \
libspatialite7 \
libfreexl1 \
libgeotiff2 \
libwebp6 \
libgeotiff5 \
libwebp7 \
proj-bin \
mime-support \
gettext \
libwebpmux3 \
libwebpdemux2 \
libxml2 \
libfreetype6 \
libtiff5 \
libtiff6 \
libgdk-pixbuf2.0-0 \
libmagic1 \
libcairo2 \
Expand Down

0 comments on commit 36d9bee

Please sign in to comment.