diff --git a/Dockerfile b/Dockerfile index d2f3573..42dd98d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ COPY ./ ./ RUN go build -v -ldflags="-X 'main.version=v1.0.26'" helmet.go -FROM ubuntu:22.04 +FROM ubuntu:24.04 RUN apt-get update RUN apt-get install curl -y