From eef9afc55b145d53757823df040546a05a0672fc Mon Sep 17 00:00:00 2001 From: Caspar Oostendorp Date: Sun, 23 Jun 2024 10:42:29 +0800 Subject: [PATCH] Prepare v0.3.21 --- Dockerfile | 4 ++-- VERSION | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1558f1f..d74af36 100644 --- a/Dockerfile +++ b/Dockerfile @@ -102,9 +102,9 @@ RUN \ # Stage 2: Put the webapp files in place -FROM ghcr.io/pixelaw/web:0.3.5 AS web +FROM ghcr.io/pixelaw/web:0.3.6 AS web -FROM ghcr.io/pixelaw/server:0.3.15 AS server +FROM ghcr.io/pixelaw/server:0.3.16 AS server FROM dojo as runner diff --git a/VERSION b/VERSION index f9a4b5f..dfdc368 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.20 +0.3.21