5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2025-02-23 22:51:51 +00:00

Merge branch 'ci' into panel.sutty.nl

This commit is contained in:
f 2022-04-13 16:46:12 -03:00
commit 6c938b985c

View file

@ -1,4 +1,8 @@
FROM registry.nulo.in/sutty/rails:3.13.6-2.7.5
ARG RUBY_VERSION=2.7
ARG RUBY_PATCH=6
ARG ALPINE_VERSION=3.13.10
ARG BASE_IMAGE=registry.nulo.in/sutty/rails
FROM ${BASE_IMAGE}:${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}
ARG PANDOC_VERSION=2.18
ENV RAILS_ENV production