From e8e57590a2f3929c9f916aca4e6929eb15cb9d5f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Oct 2024 17:34:01 +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-BUSYBOX-1920713 - https://snyk.io/vuln/SNYK-ALPINE314-BUSYBOX-1920718 - https://snyk.io/vuln/SNYK-ALPINE314-BUSYBOX-1920720 - https://snyk.io/vuln/SNYK-ALPINE314-BUSYBOX-1920755 --- 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..4d3f0a0 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.20.3 # Install Firefox RUN echo http://nl.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories