From 9e26ed40fe039bc3c47df727a73044b66fe3f6cc Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Fri, 1 May 2020 08:11:20 +0200 Subject: [PATCH] Update verison of the parent image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 300f78c..bcba3dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.fedoraproject.org/f32/s2i-base:latest +FROM registry.fedoraproject.org/f31/s2i-base:latest # This image provides a Node.JS environment you can use to run your Node.JS # applications.