From 17b34dcbf87cd0c03a588146a6ca4d4dbe1e5516 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 17 Jun 2023 01:43:43 +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-5661567 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-5661567 - 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..44fe3dcb6 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.16 WORKDIR /srv/tusd-data RUN apk add --no-cache ca-certificates jq \