Compare commits
4 commits
f9316429c8
...
22ab55417e
Author | SHA1 | Date | |
---|---|---|---|
|
22ab55417e | ||
|
630885cdfd | ||
|
5085c7e8df | ||
|
1233c89aff |
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ pipeline:
|
||||||
event: "push"
|
event: "push"
|
||||||
matrix:
|
matrix:
|
||||||
ALPINE_VERSION:
|
ALPINE_VERSION:
|
||||||
- "3.18.3"
|
- "3.18.4"
|
||||||
- "3.17.5"
|
- "3.17.5"
|
||||||
ACCESS_LOG_VERSION:
|
ACCESS_LOG_VERSION:
|
||||||
- "0.5.5"
|
- "0.5.5"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
ARG ALPINE_VERSION=3.13.6
|
ARG ALPINE_VERSION=3.18.3
|
||||||
ARG BASE_IMAGE=gitea.nulo.in/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>"
|
||||||
|
|
Loading…
Reference in a new issue