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