Merge branch 'antifascista' of ssh://gitea.nulo.in:420/Sutty/containers-skel into antifascista
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
commit
a63ff5834a
2 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ pipeline:
|
||||||
event: "push"
|
event: "push"
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- ALPINE_VERSION: "3.18.3"
|
- ALPINE_VERSION: "3.18.4"
|
||||||
SUTTY_TOR_HIDDEN_SERVICE_VERSION: "0.1.3"
|
SUTTY_TOR_HIDDEN_SERVICE_VERSION: "0.1.3"
|
||||||
TOR_VERSION: "0.4.8.4"
|
TOR_VERSION: "0.4.8.4"
|
||||||
- ALPINE_VERSION: "3.17.5"
|
- ALPINE_VERSION: "3.17.5"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
ARG ALPINE_VERSION=3.13.6
|
ARG ALPINE_VERSION=3.18.3
|
||||||
ARG BASE_IMAGE=sutty/monit
|
ARG BASE_IMAGE=gitea.nulo.in/sutty/monit
|
||||||
FROM ${BASE_IMAGE}:${ALPINE_VERSION}
|
FROM ${BASE_IMAGE}:${ALPINE_VERSION}
|
||||||
MAINTAINER "f <f@sutty.nl>"
|
MAINTAINER "f <f@sutty.nl>"
|
||||||
ARG TOR_VERSION=0.4.8.4
|
ARG TOR_VERSION=0.4.8.4
|
||||||
|
|
Loading…
Reference in a new issue