chore: bump ruby from 2.7.1 to 2.7.2 (#1426)

Closes:  #1399
This commit is contained in:
Adam Zysko
2020-11-20 11:08:13 +01:00
committed by GitHub
parent 29bd05ccfb
commit 61d26f71c1
13 changed files with 27 additions and 28 deletions

View File

@@ -1,5 +1,5 @@
# pre-build stage
FROM ruby:2.7.1-alpine AS pre-builder
FROM ruby:2.7.2-alpine AS pre-builder
# ARG default to production settings
# For development docker-compose file overrides ARGS
@@ -51,7 +51,7 @@ RUN if [ "$RAILS_ENV" = "production" ]; then \
fi
# final build stage
FROM ruby:2.7.1-alpine
FROM ruby:2.7.2-alpine
ARG BUNDLE_WITHOUT="development:test"
ENV BUNDLE_WITHOUT ${BUNDLE_WITHOUT}