From 159c0b3350873b445c7ce01386bfcb5eaa61232e Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Fri, 19 Aug 2022 14:52:36 +0200 Subject: [PATCH] fix: Golang Docker image for tests version --- test/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Dockerfile b/test/Dockerfile index afdd6bb4..7d25d79c 100644 --- a/test/Dockerfile +++ b/test/Dockerfile @@ -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.