Compare commits
No commits in common. "ac86ff8b4b811ef4cfbbc141bcdad2d5e35d6706" and "ffed22b2df3c59f90fb83ec946bcef52bb25c792" have entirely different histories.
ac86ff8b4b
...
ffed22b2df
2 changed files with 4 additions and 4 deletions
|
@ -17,6 +17,6 @@ steps:
|
|||
branch: "antifascista"
|
||||
event: "push"
|
||||
matrix:
|
||||
include:
|
||||
- ALPINE_VERSION: "3.20.1"
|
||||
- ALPINE_VERSION: "3.19.2"
|
||||
ALPINE_VERSION:
|
||||
- "3.20.0"
|
||||
- "3.19.1"
|
||||
|
|
|
@ -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>"
|
||||
|
||||
RUN addgroup -S -g 777 ssl
|
||||
RUN install -dm 2700 -o root -g root /root/.ssh
|
||||
|
|
Loading…
Reference in a new issue