Compare commits
No commits in common. "8dd29fe7a8708a739bb02be922b79412e549cb49" and "ccdb6aa576b900d6743c8f87a2c7b946dc6e2385" have entirely different histories.
8dd29fe7a8
...
ccdb6aa576
2 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ pipeline:
|
|||
event: "push"
|
||||
matrix:
|
||||
include:
|
||||
- ALPINE_VERSION: "3.18.4"
|
||||
- ALPINE_VERSION: "3.18.3"
|
||||
KNOT_VERSION: "3.2.8"
|
||||
- ALPINE_VERSION: "3.17.5"
|
||||
KNOT_VERSION: "3.2.4"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
ARG ALPINE_VERSION=3.18.3
|
||||
ARG BASE_IMAGE=gitea.nulo.in/sutty/monit
|
||||
ARG ALPINE_VERSION=3.13.6
|
||||
ARG BASE_IMAGE=sutty/monit
|
||||
FROM ${BASE_IMAGE}:${ALPINE_VERSION}
|
||||
MAINTAINER "f <f@sutty.nl>"
|
||||
ARG KNOT_VERSION=3.1.8
|
||||
|
|
Loading…
Reference in a new issue