From 8f3f0b90c2ce719641cf31a0b73fd179a3740d97 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 22:12:16 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE316-BUSYBOX-2953070 - https://snyk.io/vuln/SNYK-ALPINE316-BUSYBOX-2953070 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3314624 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3314624 - https://snyk.io/vuln/SNYK-ALPINE316-ZLIB-2976176 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ca056f9d4..531893f35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN set -xe \ -o /go/bin/tusd ./cmd/tusd/main.go # start a new stage that copies in the binary built in the previous stage -FROM alpine:3.16.0 +FROM alpine:3.18.5 WORKDIR /srv/tusd-data RUN apk add --no-cache ca-certificates jq \