diff --git a/Dockerfile b/Dockerfile index d34562b..5feb58d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ COPY . . RUN go build -ldflags="-s -w" -o /go/bin/app # Final stage -FROM ubuntu:22.04 +FROM ubuntu:24.04 # Install SSL certificates and required runtime libraries RUN apt-get update && apt-get install -y \