Skip to content

Commit

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

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 @@
v2024.03.26.01
v2024.06.07.01

0 comments on commit 6846141

Please sign in to comment.