diff options
author | 2024-04-26 12:12:24 +0200 | |
---|---|---|
committer | 2024-04-26 12:12:24 +0200 | |
commit | ba4f51ce2f481eabd51ede767f42d83f162cb56a (patch) | |
tree | b87a51acdd7d4682bd8d7b360a724d03d3f1bc50 | |
parent | [chore] Update the flags passed to goreleaser (#2869) (diff) | |
download | gotosocial-ba4f51ce2f481eabd51ede767f42d83f162cb56a.tar.xz |
[chore] update Docker container to use new go swagger hash (#2872)
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 2b89a8fe4..9ca0b2a28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 |