Skip to content

Commit

Permalink
chore(deps): update dependency alpine_3_18/ca-certificates to v20241121
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent 394c564 commit f98d2cf
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 f98d2cf

Please sign in to comment.