Skip to content

Commit

Permalink
Update gdal worker to bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
hka committed Jun 7, 2024
1 parent 6846141 commit e9455e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions workers/gdal/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PYTHON_IMAGE_TAG='3.12-slim-bullseye'
ARG PYTHON_IMAGE_TAG='3.12-slim-bookworm'
ARG WINDMILL_IMAGE_TAG='1.342.0'
ARG DENO_IMAGE_TAG='1.44.1'

Expand Down Expand Up @@ -40,7 +40,6 @@ RUN apt-get update -yqq && \
apt-get install -yqq \
gdal-bin python3-gdal fiona python3-fiona rasterio python3-rasterio \
postgresql-client && \
apt-get install -y --no-install-recommends pdal && \
rm -rf /var/lib/apt/lists/*

ENV WORKER_TAGS=gdal,deno,python3,bash,flow,hub,dependency
2 changes: 1 addition & 1 deletion workers/gdal/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2024.06.07.01
v2024.06.07.03

0 comments on commit e9455e4

Please sign in to comment.