Compare commits

..

3 commits

Author SHA1 Message Date
f
4d254a0874
Merge branch 'antifascista' of ssh://gitea.nulo.in:420/Sutty/containers-skel into antifascista
Some checks failed
ci/woodpecker/push/woodpecker/1 Pipeline failed
ci/woodpecker/push/woodpecker/2 Pipeline was successful
ci/woodpecker/push/woodpecker/3 Pipeline was successful
ci/woodpecker/push/woodpecker/4 Pipeline was successful
2024-07-23 10:20:57 -03:00
f
000ac53f39
feat: upgrades
https://alpinelinux.org/posts/Alpine-3.17.9-3.18.8-3.19.3-released.html

https://alpinelinux.org/posts/Alpine-3.20.2-released.html
2024-07-23 10:18:44 -03:00
f
41354bbc95
fix: deprecate MAINTAINER 2024-06-21 12:21:51 -03:00
2 changed files with 5 additions and 5 deletions

View file

@ -20,15 +20,15 @@ steps:
event: "push"
matrix:
include:
- ALPINE_VERSION: "3.20.1"
- ALPINE_VERSION: "3.20.2"
RUBY_VERSION: "3.3"
RUBY_PATCH: "1"
- ALPINE_VERSION: "3.19.2"
- ALPINE_VERSION: "3.19.3"
RUBY_VERSION: "3.2"
RUBY_PATCH: "4"
- ALPINE_VERSION: "3.18.7"
- ALPINE_VERSION: "3.18.8"
RUBY_VERSION: "3.2"
RUBY_PATCH: "4"
- ALPINE_VERSION: "3.17.8"
- ALPINE_VERSION: "3.17.9"
RUBY_VERSION: "3.1"
RUBY_PATCH: "5"

View file

@ -14,7 +14,7 @@ RUN cd /usr/lib/ruby/${RUBY_VERSION}.0 && patch -Np 0 -i /tmp/rubygems-platform-
FROM ${BASE_IMAGE}:${ALPINE_VERSION}
ARG ALPINE_VERSION
MAINTAINER "f <f@sutty.nl>"
LABEL org.opencontainers.image.authors="f@sutty.nl"
ARG RUBY_VERSION
ARG RUBY_PATCH