Update dockerfile
Some checks failed
Add copyright notice / copyright_notice (pull_request) Failing after 26s
Check usage of free licenses / build-static-assets (pull_request) Failing after 22s
Run unit tests / unit_tests (pull_request) Failing after 3m47s

This commit is contained in:
Manuel Bustillo 2024-11-09 08:39:57 +01:00
parent f7b227bc97
commit 004624687a

View File

@ -1,7 +1,7 @@
# syntax = docker/dockerfile:1
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
ARG RUBY_VERSION=3.3.5
ARG RUBY_VERSION=3.3.6
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base
# Rails app lives here