Skip to content

Commit

Permalink
Update gdal worker image to Windmill 1.295.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hka committed Mar 26, 2024
1 parent 64a5446 commit 32bbeac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions workers/gdal/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG PYTHON_IMAGE_TAG='3.11-slim-bullseye'
ARG WINDMILL_IMAGE_TAG='1.171.0'
ARG DENO_IMAGE_TAG='1.36.3'
ARG PYTHON_IMAGE_TAG='3.12-slim-bullseye'
ARG WINDMILL_IMAGE_TAG='1.295.4'
ARG DENO_IMAGE_TAG='1.41.3'

FROM ghcr.io/windmill-labs/windmill:${WINDMILL_IMAGE_TAG} as windmill
FROM denoland/deno:${DENO_IMAGE_TAG} as deno
Expand Down
2 changes: 1 addition & 1 deletion workers/gdal/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2023.09.13.01
v2024.03.26.01

0 comments on commit 32bbeac

Please sign in to comment.