Compare commits

..

2 commits

Author SHA1 Message Date
f9316429c8 Merge pull request 'usar nombres calificados' (#1) from qualified into antifascista
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #1
2023-08-17 15:56:53 +00:00
748edeb81f fix: use fully qualified names for container images
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
improves security and compatibility
2023-08-17 15:43:08 +00:00

View file

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