From 748edeb81f633a3353468d40fc6938cc3b7cfc63 Mon Sep 17 00:00:00 2001 From: Nulo Date: Tue, 15 Aug 2023 18:17:30 +0000 Subject: [PATCH] fix: use fully qualified names for container images improves security and compatibility --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c9acaf0..2905c54 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG ALPINE_VERSION=3.13.6 -ARG BASE_IMAGE=sutty/monit +ARG BASE_IMAGE=gitea.nulo.in/sutty/monit FROM ${BASE_IMAGE}:${ALPINE_VERSION} MAINTAINER "f "