Skip to content

Commit

Permalink
Update Bundler version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
torrocus committed Jan 8, 2024
1 parent 4383938 commit e193410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG VARIANT=jemalloc-bullseye-slim
# FROM ruby:$RUBY_VERSION-slim as base
FROM quay.io/evl.ms/fullstaq-ruby:${RUBY_VERSION}-${VARIANT} as base

ARG BUNDLER_VERSION=2.4.10
ARG BUNDLER_VERSION=2.4.20

# Rails app lives here
WORKDIR /rails
Expand Down

0 comments on commit e193410

Please sign in to comment.