From b19d6827cf603f3bca238ba8cb947e8f24b0e983 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 30 Apr 2026 13:01:21 +0000 Subject: [PATCH] Update dependency swagger-api/swagger-ui to v5.32.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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