diff --git a/Dockerfile b/Dockerfile index 37378023..517b53c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Base -FROM golang:1.23.0-alpine AS builder +FROM golang:1.23.1-alpine AS builder RUN apk add --no-cache build-base WORKDIR /app COPY . /app