From b18f56183a75c6d885d47e56b3e3f77690ef1c23 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Sep 2024 19:23:46 +0000 Subject: [PATCH] fix: applications/js-the-coffee-bar-ui-clicker/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE314-ZLIB-2976174 - https://snyk.io/vuln/SNYK-ALPINE314-OPENSSL-2426333 - https://snyk.io/vuln/SNYK-ALPINE314-OPENSSL-3314646 - https://snyk.io/vuln/SNYK-ALPINE314-OPENSSL-3314653 - https://snyk.io/vuln/SNYK-ALPINE314-OPENSSL-3368739 --- applications/js-the-coffee-bar-ui-clicker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/js-the-coffee-bar-ui-clicker/Dockerfile b/applications/js-the-coffee-bar-ui-clicker/Dockerfile index 79104af..e839a10 100644 --- a/applications/js-the-coffee-bar-ui-clicker/Dockerfile +++ b/applications/js-the-coffee-bar-ui-clicker/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.14.2 +FROM alpine:3.19.4 # Install Firefox RUN echo http://nl.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories