Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent 394c564 commit 07aa987
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.21.0 AS build-env
FROM alpine:3.21.2 AS build-env

RUN apk --no-cache add \
bash=5.2.37-r0 \
Expand All @@ -23,7 +23,7 @@ RUN cmake /src/DashboardOpcUaClient/.github/ \
-DCMAKE_INSTALL_PREFIX:PATH=/install /build &&\
cmake --build .

FROM alpine:3.21.0 AS runtime
FROM alpine:3.21.2 AS runtime
RUN apk --no-cache add \
libstdc++=14.2.0-r4 \
ca-certificates=20241010-r0 \
Expand Down

0 comments on commit 07aa987

Please sign in to comment.