From fb4f76eec25649ab260f6399245cc784f3d7acc8 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Tue, 16 Jan 2024 17:52:51 +0100 Subject: [PATCH] Update to qwc-uwsgi-base:ubuntu-v2024.01.16 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7e636db..bf612f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Ubuntu image has locales, which we want e.g. for psql client_encoding or info formatting -FROM sourcepole/qwc-uwsgi-base:ubuntu-v2023.10.26 +FROM sourcepole/qwc-uwsgi-base:ubuntu-v2024.01.16 ADD requirements.txt /srv/qwc_service/requirements.txt