gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit ff168647c49e402d295489fb7793f1e07e34afdb
parent 97b747b452209f474f4fd7a07f4c45009aabe509
Author: tobi <31960611+tsmethurst@users.noreply.github.com>
Date:   Thu, 29 Sep 2022 14:41:54 +0200

[chore] Update go swagger version in dockerfile (#867)


Diffstat:
MDockerfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1.3 # stage 1: generate up-to-date swagger.yaml to put in the final container -FROM --platform=${BUILDPLATFORM} quay.io/goswagger/swagger:v0.29.0 AS swagger +FROM --platform=${BUILDPLATFORM} quay.io/goswagger/swagger:v0.30.0 AS swagger COPY go.mod /go/src/github.com/superseriousbusiness/gotosocial/go.mod COPY go.sum /go/src/github.com/superseriousbusiness/gotosocial/go.sum