Skip to content

Commit

Permalink
Merge pull request #281 from unboxed/fix-debian-versions
Browse files Browse the repository at this point in the history
Dev docker should not use the slim image
  • Loading branch information
benjamineskola authored Jan 14, 2025
2 parents 0898d6e + e0a661c commit bc8db6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/ruby/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG RUBY_VERSION=3.4.1

FROM ruby:$RUBY_VERSION-slim-bookworm
FROM ruby:$RUBY_VERSION-bookworm

ENV BUNDLE_PATH=/home/rails/bundle

Expand Down

0 comments on commit bc8db6a

Please sign in to comment.