Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update swaggerapi/swagger-ui docker tag to v5.12.0 #1466

Merged
merged 1 commit into from
Mar 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ services:
- ./.docker/grafana/dashboards/app.json:/var/lib/grafana/dashboards/app.json

swagger:
image: swaggerapi/swagger-ui:v5.11.10@sha256:6916431b874f0241db99924592f812571d55a29fac9efa9ad2b382f83186a454
image: swaggerapi/swagger-ui:v5.12.0@sha256:8d9e04e7fbde5b7068cd7fa975a8a037cd70f06c3d8b5a3a231292d5a39f150c
environment:
- SWAGGER_JSON_URL=/specs/dzhura-private.yaml
- BASE_URL=/swagger
Expand Down
Loading