Skip to content
Snippets Groups Projects
Verified Commit 58d9a2bd authored by tribut's avatar tribut :man_dancing:
Browse files

Switch from ruby-slim to ruby image

This is required in order to have -dev packages available during our
build stage. Apparently, this should have never worked and the upstream
image has just been cleaned up to align with documentation.

See https://github.com/docker-library/ruby/pull/497

Closes !25
parent 262eee3b
No related branches found
No related tags found
1 merge request!8Update ruby to v3.4.2
......@@ -3,7 +3,7 @@
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
# renovate: datasource=docker depName=registry.docker.com/library/ruby
ARG RUBY_VERSION=3.4.2
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim AS base
FROM registry.docker.com/library/ruby:$RUBY_VERSION AS base
# Rails app lives here
WORKDIR /rails
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment