Compare commits
No commits in common. "c520446ec45b7436a6136da06e08e90974a429da" and "c1e04d429b0eb510d51630e493be69fd11ac6b54" have entirely different histories.
c520446ec4
...
c1e04d429b
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ pipeline:
|
|||
matrix:
|
||||
include:
|
||||
- MAX_MEMORY: "500mb"
|
||||
ALPINE_VERSION: "3.18.4"
|
||||
ALPINE_VERSION: "3.18.3"
|
||||
REDIS_VERSION: "7.0.12"
|
||||
- MAX_MEMORY: "500mb"
|
||||
ALPINE_VERSION: "3.17.5"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
ARG ALPINE_VERSION=3.13.6
|
||||
ARG BASE_IMAGE=gitea.nulo.in/sutty/monit
|
||||
ARG BASE_IMAGE=sutty/monit
|
||||
FROM ${BASE_IMAGE}:${ALPINE_VERSION} AS build
|
||||
MAINTAINER "f <f@sutty.nl>"
|
||||
ARG REDIS_VERSION=6.2.7
|
||||
|
|
Loading…
Reference in a new issue