diff --git a/Dockerfile b/Dockerfile index da325ce..2877da4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1 : compilation de ScanForge et des outils Go -FROM golang:1.26-bookworm AS build +FROM golang:1.27-bookworm AS build RUN apt-get update && apt-get install -y --no-install-recommends \ build-essential \