From c5aafacc23bbf2e8a9e376531ad300a2ddf7fb88 Mon Sep 17 00:00:00 2001 From: Henne Vogelsang Date: Thu, 14 Oct 2021 17:52:26 +0200 Subject: [PATCH] Also switch the production docker to the new image --- Dockerfile.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.production b/Dockerfile.production index a6af1e8d..adb84a19 100644 --- a/Dockerfile.production +++ b/Dockerfile.production @@ -1,4 +1,4 @@ -FROM registry.opensuse.org/opensuse/infrastructure/osem/containers/osem/base +FROM registry.opensuse.org/opensuse/infrastructure/dale/containers/osem/base:latest # Install bundler & foreman RUN gem install bundler:1.17.3 foreman