From bff2139ef5c8249f305042c2cfee19bd0943df8d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Jul 2023 14:44:09 +0000 Subject: [PATCH] fix: FurrifyWS-Tags/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-5776809 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-5776809 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-5788365 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-5788365 --- FurrifyWS-Tags/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FurrifyWS-Tags/Dockerfile b/FurrifyWS-Tags/Dockerfile index ab4615be..5e7eb7f7 100644 --- a/FurrifyWS-Tags/Dockerfile +++ b/FurrifyWS-Tags/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.17 +FROM alpine:3 RUN apk update && apk add --no-cache openjdk17-jdk && apk add --no-cache gcompat