Skip to content

Commit 766f4a5

Browse files
FIX (swagger): Fix Swagger version
1 parent 165517b commit 766f4a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ FROM --platform=$BUILDPLATFORM golang:1.23.3 AS backend-build
2121

2222
# Install Go public tools needed in runtime
2323
RUN curl -fsSL https://raw.githubusercontent.com/pressly/goose/master/install.sh | sh
24-
RUN go install github.com/swaggo/swag/cmd/swag@1.16.4
24+
RUN go install github.com/swaggo/swag/cmd/swag@v1.16.4
2525

2626
# Set working directory
2727
WORKDIR /app

0 commit comments

Comments
 (0)