From f98d2cfe3dad337671abc462c3e50094bce34823 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 16:12:25 +0000 Subject: [PATCH] chore(deps): update dependency alpine_3_18/ca-certificates to v20241121 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7a10cb48..e271edcc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ RUN cmake /src/DashboardOpcUaClient/.github/ \ FROM alpine:3.21.0 AS runtime RUN apk --no-cache add \ libstdc++=14.2.0-r4 \ - ca-certificates=20241010-r0 \ + ca-certificates=20241121-r1 \ tzdata=2024b-r1 COPY --from=build-env /install/bin /app