From fb5763a161dc1b5da85f7b7eaf478eaf9abe00d9 Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Wed, 7 Apr 2021 09:18:14 +0200 Subject: [PATCH] Switch to Fedora 34 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9bc2011..1571e8b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # This image provides a Python 3.9 environment you can use to run your Python # applications. -FROM registry.fedoraproject.org/f33/s2i-base:latest +FROM registry.fedoraproject.org/f34/s2i-base:latest EXPOSE 8080