From 646a29443c572d488537b12ca1e50f5857ed1196 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Sep 2024 21:12:43 +0000 Subject: [PATCH] fix: build/package/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE316-BUSYBOX-6913410 - https://snyk.io/vuln/SNYK-ALPINE316-BUSYBOX-6913410 --- build/package/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/package/Dockerfile b/build/package/Dockerfile index 621e0ce8..4de9a30b 100644 --- a/build/package/Dockerfile +++ b/build/package/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.16 +FROM alpine:3.17 # Add the binary COPY tutone /bin/tutone