Compare commits

..

No commits in common. "04c9c445ff7c02a8c23232862f52d226681152c1" and "e5fccddf556357140255cfc7bda82aa139bfde3a" have entirely different histories.

2 changed files with 6 additions and 6 deletions

View file

@ -17,8 +17,8 @@ steps:
branch: "antifascista"
event: "push"
matrix:
include:
- ALPINE_VERSION: "3.20.1"
- ALPINE_VERSION: "3.19.2"
- ALPINE_VERSION: "3.18.7"
- ALPINE_VERSION: "3.17.8"
ALPINE_VERSION:
- "3.20.0"
- "3.19.1"
- "3.18.6"
- "3.17.7"

View file

@ -1,7 +1,7 @@
ARG ALPINE_VERSION=3.18.3
ARG BASE_IMAGE=gitea.nulo.in/sutty/monit
FROM ${BASE_IMAGE}:${ALPINE_VERSION}
LABEL org.opencontainers.image.authors="f@sutty.nl"
MAINTAINER "f <f@sutty.nl>"
ENV MAX_MEMORY=100mb
RUN echo "bind 127.0.0.1 ::1" >> /etc/redis.conf