bump ruby

This commit is contained in:
Ole-Morten Duesund 2025-06-07 13:23:08 +02:00
commit b88a11225d

View file

@ -1,5 +1,5 @@
# Use official Ruby image # Use official Ruby image
FROM docker.io/library/ruby:3.2-slim FROM docker.io/library/ruby:3.4-slim
# Set working directory # Set working directory
WORKDIR /app WORKDIR /app