From a52213b93a89dfe407037191e477c73013ac7224 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 25 Oct 2022 00:46:37 +0300 Subject: [PATCH] Use Ubuntu 22.10 base on Docker. Thanks to Ubuntu developers! --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3a3027e0a..36328e937 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 ubuntu:22.04 as wekan +FROM --platform=linux/amd64 ubuntu:22.10 as wekan LABEL maintainer="wekan" # 2022-09-04: