build(deps): bump alpine from 3.14 to 3.17

Bumps alpine from 3.14 to 3.17.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-11-24 20:04:38 +00:00 committed by GitHub
parent cac5ef9b97
commit 880ff2128c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM alpine:3.14 as base_clang
FROM alpine:3.17 as base_clang
RUN apk add --no-cache boost-build boost-dev build-base clang-dev cmake ninja
@ -41,7 +41,7 @@ RUN cmake . -DCMAKE_BUILD_TYPE=Release \
&& ninja -j$(nproc) \
&& ninja install
FROM alpine:3.14
FROM alpine:3.17
RUN apk add --no-cache busybox libgcc openssl qt5-qtbase zlib