File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,20 +55,20 @@ RUN dnf in -y bc \
5555 zstd
5656
5757
58- FROM golang:1.24 AS with-swagger
58+ FROM golang:1.25 AS with-swagger
5959WORKDIR /app
6060RUN go install github.com/swaggo/swag/cmd/swag@latest
6161COPY . .
6262RUN swag init -g main.go --output internal/web/app --parseDependency --parseInternal --parseDepth 1 --parseVendor
6363
64- FROM golang:1.24 AS without-swagger
64+ FROM golang:1.25 AS without-swagger
6565WORKDIR /app
6666RUN mkdir -p internal/web/app
6767RUN touch internal/web/app/swagger.json internal/web/app/redoc.html
6868
6969FROM ${SWAGGER_STAGE} AS swagger
7070
71- FROM golang:1.24 AS builder
71+ FROM golang:1.25 AS builder
7272ARG VERSION=v0.0.0
7373WORKDIR /work
7474COPY --from=js /app/bundle.js ./internal/web/app/bundle.js
You can’t perform that action at this time.
0 commit comments