Skip to content

Commit

Permalink
chore(deps): update dependency alpine_3_21/ca-certificates to v202411…
Browse files Browse the repository at this point in the history
…21 (#908)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 14, 2025
1 parent c9b5a25 commit 976dc74
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 @@ -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
Expand Down

0 comments on commit 976dc74

Please sign in to comment.