Skip to content

Commit

Permalink
Fix swagger-ui rendering issues by upgrading to v5.9.1, fixes #153
Browse files Browse the repository at this point in the history
…and #154
  • Loading branch information
ahmetoner committed Nov 3, 2023
1 parent 9c81567 commit 71cf643
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Changelog
Unreleased
----------

### Fixed

- Fixed `swagger-ui` rendering issues by upgrading to `v5.9.1`, fixes #153 and #154

[1.2.1] (2023-11-03)
--------------------

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM swaggerapi/swagger-ui:v4.18.2 AS swagger-ui
FROM swaggerapi/swagger-ui:v5.9.1 AS swagger-ui
FROM python:3.10-slim

ENV POETRY_VENV=/app/.venv
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.gpu
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM swaggerapi/swagger-ui:v4.18.2 AS swagger-ui
FROM swaggerapi/swagger-ui:v5.9.1 AS swagger-ui
FROM nvidia/cuda:11.8.0-cudnn8-runtime-ubuntu22.04

ENV PYTHON_VERSION=3.10
Expand Down

0 comments on commit 71cf643

Please sign in to comment.