From 1233c89affdfedf582533b1d890e03186f308fa3 Mon Sep 17 00:00:00 2001 From: f Date: Thu, 24 Aug 2023 11:50:53 -0300 Subject: [PATCH] fix: use proper namespaces --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d93a8d9..0c93e2e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG ALPINE_VERSION=3.13.6 -ARG BASE_IMAGE=sutty/monit +ARG ALPINE_VERSION=3.18.3 +ARG BASE_IMAGE=gitea.nulo.in/sutty/monit FROM ${BASE_IMAGE}:${ALPINE_VERSION} MAINTAINER "f "