mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-10-31 22:18:52 +00:00
[chore] update Docker container to use new go swagger hash
This commit is contained in:
parent
83d24658a8
commit
fc905599da
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue