Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion container/Dockerfile.tmpl.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Review the version of Ruby to be used periodically from :
# https://hub.docker.com/_/ruby
# "-slim" image not used because rmagick requires native compilation
FROM docker.io/ruby:3.4.7
FROM docker.io/ruby:3.4.8
#erb: if arg_gem.end_with?('.gem')
# For beta, gem is file, then copy it.
COPY <%=arg_gem%> .
Expand Down