[damned-lies/oscp] Make sure builds use the latest image



commit 2e09d06ce710fac687f4ddf6797c1cf6e49356a8
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Thu Mar 26 15:33:21 2020 +0100

    Make sure builds use the latest image

 httpd_min/Dockerfile | 2 +-
 uwsgi/Dockerfile     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/httpd_min/Dockerfile b/httpd_min/Dockerfile
index ccb53a15..de0dba37 100644
--- a/httpd_min/Dockerfile
+++ b/httpd_min/Dockerfile
@@ -1,4 +1,4 @@
-FROM docker-registry.default.svc:5000/damned-lies/virtualenv
+FROM docker-registry.default.svc:5000/damned-lies/virtualenv:latest
 RUN true
 
 FROM centos:7
diff --git a/uwsgi/Dockerfile b/uwsgi/Dockerfile
index a2add6d0..f8c10d7b 100644
--- a/uwsgi/Dockerfile
+++ b/uwsgi/Dockerfile
@@ -1,4 +1,4 @@
-FROM docker-registry.default.svc:5000/damned-lies/virtualenv
+FROM docker-registry.default.svc:5000/damned-lies/virtualenv:latest
 RUN true
 
 FROM centos:7


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]