fix: use proper namespaces

This commit is contained in:
f 2023-08-24 11:50:53 -03:00
parent 3dde92d4de
commit 1233c89aff
1 changed files with 2 additions and 2 deletions

View File

@ -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 <f@sutty.nl>"