diff --git a/serv_golang_rest_api/Dockerfile b/serv_golang_rest_api/Dockerfile index d00532f..ea198af 100644 --- a/serv_golang_rest_api/Dockerfile +++ b/serv_golang_rest_api/Dockerfile @@ -1,5 +1,5 @@ # Build stage -FROM golang:1.25.1 as builder +FROM golang:1.25.1-alpine as builder WORKDIR /app COPY go.mod go.sum ./ RUN go mod download