build(deps): bump alpine from 3.14 to 3.15.4

Bumps alpine from 3.14 to 3.15.4.

---
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-04-05 20:30:11 +00:00 committed by GitHub
parent cac5ef9b97
commit bbed4d3fca
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.15.4 as base_clang
RUN apk add --no-cache boost-build boost-dev build-base clang-dev cmake ninja 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 -j$(nproc) \
&& ninja install && ninja install
FROM alpine:3.14 FROM alpine:3.15.4
RUN apk add --no-cache busybox libgcc openssl qt5-qtbase zlib RUN apk add --no-cache busybox libgcc openssl qt5-qtbase zlib