specify container image

This commit is contained in:
Ole-Morten Duesund 2025-06-06 20:59:13 +02:00
commit 016de072ea

View file

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