From 6be5c74e12dc967196e1b9dc717db2f5b6a5f955 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 24 Jul 2024 08:07:15 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7413532 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7413532 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4f21e09..49b2d92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -FROM alpine:3.20.1 +FROM alpine:3.20 RUN apk --no-cache upgrade \ && apk --no-cache add \