mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-10-31 22:40:01 +00:00
[chore] update Docker container to use new go swagger hash (#2872)
This commit is contained in:
parent
83d24658a8
commit
ba4f51ce2f
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ FROM --platform=${BUILDPLATFORM} golang:1.22-alpine AS swagger
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
### Installs goswagger for building swagger definitions inside this container
|
### 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
|
# Makes swagger executable
|
||||||
chmod +x /go/bin/swagger
|
chmod +x /go/bin/swagger
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue