Merge branch 'antifascista' of ssh://gitea.nulo.in:420/Sutty/containers-skel into antifascista

This commit is contained in:
f 2023-10-02 15:04:56 -03:00
commit 768bd2acd4
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ pipeline:
event: "push"
matrix:
include:
- ALPINE_VERSION: "3.18.3"
- ALPINE_VERSION: "3.18.4"
PG_VERSION: "15"
PG_VERSION_APPENDED: "15"
PG_VERSION_FULL: "15.4"

View File

@ -1,5 +1,5 @@
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>"
ARG PG_VERSION=13