diff --git a/Dockerfile b/Dockerfile index 8ab2c62..39ab293 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build stage -FROM golang:1.25.0-alpine AS builder +FROM golang:1.25.4-alpine AS builder # Update apk and upgrade packages to reduce vulnerabilities RUN apk update && apk upgrade --no-cache