Compare commits

..

No commits in common. "397514e8b2723973988fe65b956824690ca06930" and "c8104b51b6900c9c6d5b6a2ee8d4c5d2a5111fae" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View file

@ -21,15 +21,15 @@ steps:
event: "push" event: "push"
matrix: matrix:
include: include:
- ALPINE_VERSION: "3.20.1" - ALPINE_VERSION: "3.20.0"
RUBY_VERSION: "3.3" RUBY_VERSION: "3.3"
RUBY_PATCH: "1" RUBY_PATCH: "1"
- ALPINE_VERSION: "3.19.2" - ALPINE_VERSION: "3.19.1"
RUBY_VERSION: "3.2" RUBY_VERSION: "3.2"
RUBY_PATCH: "4" RUBY_PATCH: "4"
- ALPINE_VERSION: "3.18.7" - ALPINE_VERSION: "3.18.6"
RUBY_VERSION: "3.2" RUBY_VERSION: "3.2"
RUBY_PATCH: "4" RUBY_PATCH: "4"
- ALPINE_VERSION: "3.17.8" - ALPINE_VERSION: "3.17.7"
RUBY_VERSION: "3.1" RUBY_VERSION: "3.1"
RUBY_PATCH: "5" RUBY_PATCH: "5"

View file

@ -5,7 +5,7 @@ ARG RUBY_PATCH=5
ARG EMAIL=monit@sutty.nl ARG EMAIL=monit@sutty.nl
FROM ${BASE_IMAGE}:${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH} FROM ${BASE_IMAGE}:${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}
ARG ALPINE_VERSION ARG ALPINE_VERSION
LABEL org.opencontainers.image.authors="f@sutty.nl" MAINTAINER f <f@sutty.nl>
ENV RAILS_ENV production ENV RAILS_ENV production
RUN getent group 82 || addgroup -g 82 -S www-data RUN getent group 82 || addgroup -g 82 -S www-data