Update Docker ruby image
This commit is contained in:
parent
068b741dbc
commit
ef74b4a57f
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM ruby:2.4.5-stretch
|
||||
FROM ruby:2.5.1-stretch
|
||||
ARG USER
|
||||
RUN mkdir /myapp
|
||||
COPY script/build/debian/prebuild.sh myapp/script/build/debian/prebuild.sh
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM ruby:2.4.5-stretch
|
||||
FROM ruby:2.5.1-stretch
|
||||
ARG USER
|
||||
RUN mkdir /myapp
|
||||
COPY script/build/debian/prebuild.sh myapp/script/build/debian/prebuild.sh
|
||||
|
|
Loading…
Reference in a new issue