Skip to content

Commit

Permalink
Version lock swag tool
Browse files Browse the repository at this point in the history
  • Loading branch information
denverquane committed Apr 26, 2023
1 parent 6d9e02d commit e6ac279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ WORKDIR /src
COPY ./go.mod ./go.sum ./
RUN go mod download
# Install the swag tool that generates swagger docs from the source code
RUN go install github.com/swaggo/swag/cmd/swag@latest
RUN go install github.com/swaggo/swag/cmd/swag@v1.8.12

# Import the code from the context.
COPY ./ ./
Expand Down

0 comments on commit e6ac279

Please sign in to comment.