Skip to content
This repository was archived by the owner on Jan 7, 2020. It is now read-only.

Commit 6a4c9b0

Browse files
authored
Update Dockerfile
1 parent 6ecca02 commit 6a4c9b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.5.1-alpine
1+
FROM ruby:2.5.3-alpine
22
# fix bundle bin?
33
# https://github.com/docker-library/ruby/pull/191
44
ENV BUNDLE_BIN_DIR="$BUNDLE_BIN" \
@@ -11,7 +11,7 @@ RUN apk add --no-cache --virtual .build-deps \
1111
build-base \
1212
libxml2-dev libxslt-dev \
1313
&& apk add --no-cache tzdata postgresql-dev \
14-
&& gem install rails -v 5.2.1 \
14+
&& gem install rails -v 5.2.2 \
1515
&& gem install bcrypt \
1616
&& rails new /tmp/dummy --database=postgresql --skip-sprockets --webpack --skip-bundle \
1717
&& cd /tmp/dummy \

0 commit comments

Comments
 (0)