Do gem Update to 3.5.7

This commit is contained in:
Sven Anders 2024-12-15 17:16:56 +01:00
parent f39ab93196
commit 72c588e261

View file

@ -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