Skip to content

Commit

Permalink
Update swaggerapi/swagger-ui Docker tag to v5.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 23, 2024
1 parent dfe524d commit ca853a6
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 @@ -25,7 +25,7 @@ COPY . .
RUN dart run build_runner build --delete-conflicting-outputs
RUN dart compile exe bin/main.dart -o app

FROM swaggerapi/swagger-ui:v5.11.7@sha256:93d685dd633cffd835fb544b9ea35a1dff45720b996a0ea2b01d18093570be36 AS swagger
FROM swaggerapi/swagger-ui:v5.11.8@sha256:1ebd386b3e0fcf0a7a6dab8c4c72f051206fc6d42f342e60746f4cc99a993677 AS swagger

# We don't want the script to actually start nginx
RUN head -n -1 /docker-entrypoint.sh > /tmp.sh && mv /tmp.sh /docker-entrypoint.sh && \
Expand Down

0 comments on commit ca853a6

Please sign in to comment.