From 23465d793c4ee12ca4e31356fee6921afd868a2d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 8 Aug 2023 21:17:05 +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-3314641 - 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..354546d74 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.3 WORKDIR /srv/tusd-data RUN apk add --no-cache ca-certificates jq \