5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-05-19 10:40:48 +00:00

usar argumentos

This commit is contained in:
f 2022-04-13 16:44:52 -03:00
parent 244a8de406
commit d9e2291f26

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