Merge branch 'antifascista' of ssh://gitea.nulo.in:420/Sutty/containers-skel into antifascista
This commit is contained in:
commit
53c901224d
2 changed files with 5 additions and 5 deletions
|
@ -20,19 +20,19 @@ steps:
|
|||
event: "push"
|
||||
matrix:
|
||||
include:
|
||||
- ALPINE_VERSION: "3.20.0"
|
||||
- ALPINE_VERSION: "3.20.1"
|
||||
PG_VERSION: "16"
|
||||
PG_VERSION_APPENDED: "16"
|
||||
PG_VERSION_FULL: "16.3"
|
||||
- ALPINE_VERSION: "3.20.0"
|
||||
- ALPINE_VERSION: "3.20.1"
|
||||
PG_VERSION: "15"
|
||||
PG_VERSION_APPENDED: "15"
|
||||
PG_VERSION_FULL: "15.7"
|
||||
- ALPINE_VERSION: "3.20.0"
|
||||
- ALPINE_VERSION: "3.20.1"
|
||||
PG_VERSION: "14"
|
||||
PG_VERSION_APPENDED: "14"
|
||||
PG_VERSION_FULL: "14.12"
|
||||
- ALPINE_VERSION: "3.19.1"
|
||||
- ALPINE_VERSION: "3.19.2"
|
||||
PG_VERSION: "13"
|
||||
PG_VERSION_APPENDED: "13"
|
||||
PG_VERSION_FULL: "13.15"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
ARG ALPINE_VERSION=3.18.3
|
||||
ARG BASE_IMAGE=gitea.nulo.in/sutty/monit
|
||||
FROM ${BASE_IMAGE}:${ALPINE_VERSION}
|
||||
MAINTAINER "f <f@sutty.nl>"
|
||||
LABEL org.opencontainers.image.authors="f@sutty.nl"
|
||||
ARG PG_VERSION=13
|
||||
ARG PG_VERSION_APPENDED
|
||||
ARG PG_VERSION_FULL
|
||||
|
|
Loading…
Reference in a new issue