diff --git a/Dockerfile b/Dockerfile index df16306..0afcd8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN CGO_ENABLED=0 go test ./... RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -a -ldflags="-X main.version=${VERSION}" -o wait_for_response /app/main/main.go # Create a minimal docker container and copy the app into it -FROM debian:13.4-slim +FROM debian:13.6-slim RUN apt update && apt install -y ca-certificates iproute2 USER 65534:65534