[wgo] Use full image iname



commit 41bb530efb9e68963668520cb75694c9122e9826
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Tue May 31 20:56:45 2022 +0200

    Use full image iname

 wgo/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/wgo/Dockerfile b/wgo/Dockerfile
index d1025d5..d839bd3 100644
--- a/wgo/Dockerfile
+++ b/wgo/Dockerfile
@@ -1,4 +1,4 @@
-FROM wordpress:fpm
+FROM docker.io/library/wordpress:fpm
 
 RUN apt-get update && apt-get install -y nginx-light libnginx-mod-http-geoip geoip-database && \
     ln -sf /dev/stdout /var/log/nginx/access.log && \


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