From a74a402ef9de9ca8811eaea67da27cc5d1e85048 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 13 Nov 2024 05:42:28 +0000 Subject: [PATCH] fix: src/emailservice/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3314641 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3314641 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3314643 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3314643 - https://snyk.io/vuln/SNYK-ALPINE316-NCURSES-5606597 --- src/emailservice/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emailservice/Dockerfile b/src/emailservice/Dockerfile index 5313b9373..bbad2f221 100644 --- a/src/emailservice/Dockerfile +++ b/src/emailservice/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM ruby:3.1.2-alpine as base +FROM ruby:3.3.6-alpine as base FROM base as builder