diff --git a/Dockerfile b/Dockerfile index bec32ae..f53c59c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22-bookworm AS build +FROM golang:1.26-bookworm AS build RUN apt-get update \ && apt-get install -y --no-install-recommends ca-certificates nodejs npm \