Compare commits

...

3 commits

Author SHA1 Message Date
f 355812253f
Merge branch 'antifascista' of ssh://gitea.nulo.in:420/Sutty/containers-skel into antifascista
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-09-28 12:32:35 -03:00
f 5085c7e8df
feat: alpine 3.18.4 2023-09-28 12:24:44 -03:00
f 1233c89aff fix: use proper namespaces 2023-08-24 11:50:53 -03:00
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ pipeline:
event: "push"
matrix:
include:
- ALPINE_VERSION: "3.18.3"
- ALPINE_VERSION: "3.18.4"
RUBY_VERSION: "3.2"
RUBY_PATCH: "2"
- ALPINE_VERSION: "3.17.5"

View file

@ -1,7 +1,7 @@
ARG RUBY_VERSION=2.7
ARG RUBY_PATCH=6
ARG ALPINE_VERSION=3.13.6
ARG BASE_IMAGE=sutty/sdk-ruby
ARG BASE_IMAGE=gitea.nulo.insutty/sdk-ruby
FROM ${BASE_IMAGE}:${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}
MAINTAINER "f <f@sutty.nl>"