From 90e805a360cd273a22dea074724650a5cf283af1 Mon Sep 17 00:00:00 2001 From: Akira Date: Thu, 19 Feb 2026 14:04:02 +0900 Subject: [PATCH] =?UTF-8?q?=E5=AD=98=E5=9C=A8=E3=81=97=E3=81=AA=E3=81=84?= =?UTF-8?q?=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3=E8=A8=80=E3=82=8F?= =?UTF-8?q?=E3=82=8C=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 3 ++- docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.env b/.env index c439b19..c900603 100644 --- a/.env +++ b/.env @@ -2,7 +2,8 @@ DATABASE_URL=postgres://postgres:changeme@db/windmill?sslmode=disable # For Enterprise Edition, use: # WM_IMAGE=ghcr.io/windmill-labs/windmill-ee:main -WM_IMAGE=ghcr.io/windmill-labs/windmill:v1.5.3 +WM_VERSION=v1.638.0 +WM_IMAGE=ghcr.io/windmill-labs/windmill:${WM_VERSION} # To use another port than :80, setup the Caddyfile and the caddy section of the docker-compose to your needs: https://caddyserver.com/docs/getting-started diff --git a/docker-compose.yml b/docker-compose.yml index f630fd2..ec9121b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -126,7 +126,7 @@ services: logging: *default-logging windmill_extra: - image: ghcr.io/windmill-labs/windmill-extra:v1.5.3 + image: ghcr.io/windmill-labs/windmill-extra:${WM_VERSION} pull_policy: if_not_present restart: unless-stopped expose: