Compare commits
4 commits
0eafdb1f08
...
6b09279ac1
Author | SHA1 | Date | |
---|---|---|---|
|
6b09279ac1 | ||
|
41354bbc95 | ||
|
c0e6b8150b | ||
|
f7da597784 |
2 changed files with 4 additions and 4 deletions
|
@ -19,9 +19,9 @@ steps:
|
|||
event: "push"
|
||||
matrix:
|
||||
include:
|
||||
- ALPINE_VERSION: "3.20.0"
|
||||
- ALPINE_VERSION: "3.20.1"
|
||||
KNOT_VERSION: "3.3.5"
|
||||
- ALPINE_VERSION: "3.19.1"
|
||||
- ALPINE_VERSION: "3.19.2"
|
||||
KNOT_VERSION: "3.3.5"
|
||||
- ALPINE_VERSION: "3.18.6"
|
||||
- ALPINE_VERSION: "3.18.7"
|
||||
KNOT_VERSION: "3.2.12"
|
||||
|
|
|
@ -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 KNOT_VERSION=3.1.8
|
||||
ENV SUTTYNS_FLAGS=""
|
||||
|
||||
|
|
Loading…
Reference in a new issue