Skip to content

Commit

Permalink
Update goreleaser version in the DevContainer to v2.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
vhadianto committed Jul 22, 2024
1 parent e29d17c commit 8fb33b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ USER vscode
# 5. Downloads the OpenAPI Generator CLI jar file, enabling the generation of API clients and documentation from a command line interface.
# 6. Activates the Yarn package manager via Corepack, preparing the environment for JavaScript package management and development.
RUN go install github.com/swaggo/swag/cmd/swag@v1.16.3 \
&& go install github.com/goreleaser/goreleaser@v1.23.0 \
&& go install github.com/goreleaser/goreleaser@v2.0.1 \
&& go install github.com/mailhog/MailHog@v1.0.1 \
&& mkdir -p /home/vscode/openapi-generator \
&& wget https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/6.6.0/openapi-generator-cli-6.6.0.jar -O /home/vscode/openapi-generator/openapi-generator-cli.jar \
Expand Down

0 comments on commit 8fb33b3

Please sign in to comment.