Skip to content

Commit

Permalink
fix(build): Update docker base image to ruby:2.6.1-alpine3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mbektchiev committed Mar 8, 2019
1 parent 75246a9 commit d727889
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.3.5-alpine3.4
FROM ruby:2.6.1-alpine3.9

RUN apk add --update \
bash \
Expand All @@ -10,6 +10,7 @@ RUN apk add --update \
rsync \
nginx \
nodejs \
npm \
&& npm config set unsafe-perm true \
&& rm -rf /var/cache/apk/* \
&& npm config set cache /var --global \
Expand Down

0 comments on commit d727889

Please sign in to comment.