From eef7fc4b51e29f827cc41cda7e905eb75bf52b7d Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Fri, 3 Sep 2021 22:25:54 +0200 Subject: [PATCH] fix: build/Dockerfile to reduce vulnerabilities (#336) The --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 8833c43c..e067d3a7 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -26,7 +26,7 @@ ARG GOTENBERG_VERSION RUN go build -o gotenberg -ldflags "-X 'github.com/gotenberg/gotenberg/v7/cmd.Version=$GOTENBERG_VERSION'" cmd/gotenberg/main.go -FROM debian:bullseye-slim +FROM debian:11-slim ARG GOTENBERG_VERSION