diff --git a/Dockerfile b/Dockerfile index cf9aac8..1ea8e87 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM registry.cloudogu.com/official/base:3.23.4-1 AS swaggerui # renovate: datasource=github-tags depName=swagger-api/swagger-ui extractVersion=^v(?.*)$ -ENV SWAGGERUI_VERSION=5.32.4 +ENV SWAGGERUI_VERSION=5.32.5 RUN apk add --no-cache curl RUN curl -Lsk --fail --silent --location --retry 3 https://github.com/swagger-api/swagger-ui/archive/refs/tags/v${SWAGGERUI_VERSION}.zip -o /tmp/swagger-ui.zip RUN unzip /tmp/swagger-ui.zip -d /tmp && mv /tmp/swagger-ui-${SWAGGERUI_VERSION}/dist /tmp/dist && rm -f /tmp/swagger-ui.zip