Skip to content

Commit

Permalink
build(deps): bump alpine from 3.21.0 to 3.21.2
Browse files Browse the repository at this point in the history
Bumps alpine from 3.21.0 to 3.21.2.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 14, 2025
1 parent 976dc74 commit c2a0369
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=20241121-r1 \
Expand Down

0 comments on commit c2a0369

Please sign in to comment.