Skip to content

Commit

Permalink
Update Ruby version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Dec 27, 2023
1 parent b9fc729 commit ad7ea4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.2.2-slim-buster
FROM ruby:3.2.2-slim-bullseye

ENV APP_ROOT /usr/src/app
ENV DATABASE_PORT 5432
Expand Down Expand Up @@ -26,7 +26,6 @@ RUN apt-get update -qq && DEBIAN_FRONTEND=noninteractive apt-get -yq dist-upgrad
netcat \
&& gem update --system \
&& gem install bundler foreman \
&& bundle config set force_ruby_platform true \
&& bundle config --global frozen 1 \
&& bundle config set without 'test' \
&& bundle install --jobs 2
Expand Down

0 comments on commit ad7ea4c

Please sign in to comment.