diff --git a/publish.Dockerfile b/publish.Dockerfile index 5c997a98..302749ff 100644 --- a/publish.Dockerfile +++ b/publish.Dockerfile @@ -2,7 +2,7 @@ ARG DAED_VERSION -FROM golang:1.21-bookworm as build +FROM golang:1.22-bookworm as build RUN \ apt-get update; apt-get install -y git make llvm-15 clang-15; \