summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2024-04-26 12:12:24 +0200
committerLibravatar GitHub <noreply@github.com>2024-04-26 12:12:24 +0200
commitba4f51ce2f481eabd51ede767f42d83f162cb56a (patch)
treeb87a51acdd7d4682bd8d7b360a724d03d3f1bc50
parent[chore] Update the flags passed to goreleaser (#2869) (diff)
downloadgotosocial-ba4f51ce2f481eabd51ede767f42d83f162cb56a.tar.xz
[chore] update Docker container to use new go swagger hash (#2872)
-rw-r--r--Dockerfile2
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