mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 01:01:39 -05:00
Do gem Update to 3.5.7
This commit is contained in:
parent
f39ab93196
commit
72c588e261
1 changed files with 2 additions and 1 deletions
|
|
@ -27,9 +27,10 @@ RUN apk -U add --no-cache \
|
|||
&& rm -rf /var/cache/apk/* \
|
||||
&& mkdir -p $APP_PATH
|
||||
|
||||
RUN gem install bundler --version "$BUNDLE_VERSION" \
|
||||
RUN gem update --system 3.5.7 && gem install bundler --version "$BUNDLE_VERSION" \
|
||||
&& rm -rf $GEM_HOME/cache/*
|
||||
|
||||
|
||||
RUN adduser -D -h ${APP_PATH} vscode
|
||||
|
||||
# Navigate to app directory
|
||||
|
|
|
|||
Loading…
Reference in a new issue