Vulnerablity fix:

Updates Ruby version to address vulnerability

Updates the Ruby version in the Dockerfile
to the latest stable release in the 3.x series
to address identified vulnerabilities.

Details: https://hub.docker.com/layers/library/ruby/3.1.6-alpine/images/sha256-7ff1261ca74033c38e86b04e30a6078567ec17e59d465d96250665897fb52180
This commit is contained in:
adampweb 2025-05-09 18:32:47 +02:00
parent 5aebf83fca
commit d85c880d23

View File

@ -1,4 +1,4 @@
FROM ruby:3.1.6-alpine
FROM ruby:3.4.3-alpine
USER root
WORKDIR /build
COPY . /build