fix: build/Dockerfile to reduce vulnerabilities (#336)

The
This commit is contained in:
Snyk bot
2021-09-03 22:25:54 +02:00
committed by GitHub
parent a88435f6b6
commit eef7fc4b51

View File

@@ -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