diff --git a/Dockerfile b/Dockerfile index 101bd86..374003a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.26.5-bookworm AS build +FROM golang:1.26.6-bookworm AS build RUN apt-get update \ && apt-get install -y --no-install-recommends ca-certificates nodejs npm \