Compare commits
No commits in common. "04c9c445ff7c02a8c23232862f52d226681152c1" and "e5fccddf556357140255cfc7bda82aa139bfde3a" have entirely different histories.
04c9c445ff
...
e5fccddf55
2 changed files with 6 additions and 6 deletions
|
@ -17,8 +17,8 @@ steps:
|
||||||
branch: "antifascista"
|
branch: "antifascista"
|
||||||
event: "push"
|
event: "push"
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
ALPINE_VERSION:
|
||||||
- ALPINE_VERSION: "3.20.1"
|
- "3.20.0"
|
||||||
- ALPINE_VERSION: "3.19.2"
|
- "3.19.1"
|
||||||
- ALPINE_VERSION: "3.18.7"
|
- "3.18.6"
|
||||||
- ALPINE_VERSION: "3.17.8"
|
- "3.17.7"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
ARG ALPINE_VERSION=3.18.3
|
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}
|
||||||
LABEL org.opencontainers.image.authors="f@sutty.nl"
|
MAINTAINER "f <f@sutty.nl>"
|
||||||
ENV MAX_MEMORY=100mb
|
ENV MAX_MEMORY=100mb
|
||||||
|
|
||||||
RUN echo "bind 127.0.0.1 ::1" >> /etc/redis.conf
|
RUN echo "bind 127.0.0.1 ::1" >> /etc/redis.conf
|
||||||
|
|
Loading…
Reference in a new issue