Skip to content

Commit

Permalink
chore(deps): bump alpine from 3.18.2 to 3.18.3
Browse files Browse the repository at this point in the history
Bumps alpine from 3.18.2 to 3.18.3.

---
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 Aug 7, 2023
1 parent 064e41d commit bcb5814
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.18.2 as build-env
FROM alpine:3.18.3 as build-env

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

FROM alpine:3.18.2 as runtime
FROM alpine:3.18.3 as runtime
RUN apk --no-cache add \
libstdc++=12.2.1_git20220924-r10 \
ca-certificates=20230506-r0
Expand Down

0 comments on commit bcb5814

Please sign in to comment.