mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-18 10:16:47 +00:00
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:
parent
5aebf83fca
commit
d85c880d23
@ -1,4 +1,4 @@
|
|||||||
FROM ruby:3.1.6-alpine
|
FROM ruby:3.4.3-alpine
|
||||||
USER root
|
USER root
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
COPY . /build
|
COPY . /build
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user