[chore] update Docker container to use new go swagger hash

This commit is contained in:
tobi 2024-04-26 12:03:05 +02:00
parent 83d24658a8
commit fc905599da
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ FROM --platform=${BUILDPLATFORM} golang:1.22-alpine AS swagger
RUN \
### Installs goswagger for building swagger definitions inside this container
go install "github.com/go-swagger/go-swagger/cmd/swagger@v0.30.5" && \
go install "github.com/go-swagger/go-swagger/cmd/swagger@c46c303aaa02" && \
# Makes swagger executable
chmod +x /go/bin/swagger