mirror of
https://0xacab.org/sutty/sutty
synced 2025-02-23 22:41:52 +00:00
Merge branch 'ci' into panel.sutty.nl
This commit is contained in:
commit
6c938b985c
1 changed files with 5 additions and 1 deletions
|
@ -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
|
ARG PANDOC_VERSION=2.18
|
||||||
ENV RAILS_ENV production
|
ENV RAILS_ENV production
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue