diff --git a/cmd/framesd/Dockerfile b/cmd/framesd/Dockerfile index 9bd4be03..b4664276 100644 --- a/cmd/framesd/Dockerfile +++ b/cmd/framesd/Dockerfile @@ -19,7 +19,7 @@ # (don't forget to update the -p accordingly) -FROM --platform=linux/amd64 golang:1.23-bullseye as build +FROM --platform=linux/amd64 golang:1.23-bookworm as build WORKDIR /frames COPY . .