From 79482c2dd2cde46c29c3419f9d30d7100d797a3f Mon Sep 17 00:00:00 2001 From: Matt Fellows <53900+mefellows@users.noreply.github.com> Date: Wed, 9 Oct 2024 01:51:37 +1100 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities (#172) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7895537 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7895537 Co-authored-by: snyk-bot --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9bbdb78..5c0da8f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.2-alpine +FROM ruby:3.3.5-alpine RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing hub RUN apk add --update --no-cache git openssh bash