Compare commits
No commits in common. "f9af24b3b7a27578d1fa9a1aa3d396fcff0175c0" and "af7d76aa1eb0c73168d3290f6d557dce08cc0f93" have entirely different histories.
f9af24b3b7
...
af7d76aa1e
2 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ pipeline:
|
|||
event: "push"
|
||||
matrix:
|
||||
ALPINE_VERSION:
|
||||
- "3.18.4"
|
||||
- "3.18.3"
|
||||
- "3.17.5"
|
||||
- "3.16.7"
|
||||
- "3.15.10"
|
||||
|
|
|
@ -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>"
|
||||
ENV MAX_MEMORY=100mb
|
||||
|
|
Loading…
Reference in a new issue