diff --git a/.woodpecker.yml b/.woodpecker.yml index 86e68da..21ae744 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -17,6 +17,6 @@ steps: branch: "antifascista" event: "push" matrix: - ALPINE_VERSION: - - "3.20.0" - - "3.19.1" + include: + - ALPINE_VERSION: "3.20.1" + - ALPINE_VERSION: "3.19.2" diff --git a/Dockerfile b/Dockerfile index 8fb0bcc..e9a60c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ARG ALPINE_VERSION=3.18.3 ARG BASE_IMAGE=gitea.nulo.in/sutty/monit FROM ${BASE_IMAGE}:${ALPINE_VERSION} -MAINTAINER "f " +LABEL org.opencontainers.image.authors="f@sutty.nl" RUN addgroup -S -g 777 ssl RUN install -dm 2700 -o root -g root /root/.ssh