Compare commits

..

No commits in common. "daacc39c8afd1afbfb8eea4bf36134bd094da558" and "01aab6889db000a62bb9d5132ef5e0d7cea29302" have entirely different histories.

2 changed files with 5 additions and 6 deletions

View file

@ -18,8 +18,7 @@ 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"

View file

@ -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>"
ARG MMMONIT_VERSION=0.2.1 ARG MMMONIT_VERSION=0.2.1
ENV DATABASE_URL "/srv/mmmonit.sqlite3" ENV DATABASE_URL "/srv/mmmonit.sqlite3"