fix: Golang Docker image for tests version

This commit is contained in:
Julien Neuhart
2022-08-19 14:52:36 +02:00
parent 45788f3235
commit 159c0b3350

View File

@@ -3,7 +3,7 @@ ARG DOCKER_REPOSITORY
ARG GOTENBERG_VERSION
ARG GOLANGCI_LINT_VERSION
FROM golang:$GOLANG_VERSION-stretch as golang
FROM golang:$GOLANG_VERSION-bullseye as golang
# We're extending the Gotenberg's Docker image because our code relies on external
# dependencies like Google Chrome, LibreOffice, etc.