Skip to content

Commit

Permalink
Merge pull request #1 from thermeon/upgrade-golang-and-codegen
Browse files Browse the repository at this point in the history
Upgrade golang and codegen
  • Loading branch information
ppaulweber authored Feb 16, 2023
2 parents 7b7c668 + f94b395 commit a83b8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN apk update \
&& update-ca-certificates

RUN CGO_ENABLED=0 \
go install github.com/deepmap/oapi-codegen/cmd/[email protected].0 \
go install github.com/deepmap/oapi-codegen/cmd/[email protected].4 \
&& /go/bin/oapi-codegen -version

FROM scratch \
Expand Down

0 comments on commit a83b8f3

Please sign in to comment.