update rubygems

This commit is contained in:
Ryan W
2023-12-09 13:10:53 -08:00
parent d9aae0d7b1
commit 207c3205b0
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -35,6 +35,8 @@ RUN --mount=type=cache,target=/var/cache/apt \
libvips \
pkg-config
gem update --system
# Install application gems
COPY Gemfile Gemfile.lock ./
RUN bundle install && \