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:
parent
cac5ef9b97
commit
880ff2128c
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
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.17
|
||||||
|
|
||||||
RUN apk add --no-cache busybox libgcc openssl qt5-qtbase zlib
|
RUN apk add --no-cache busybox libgcc openssl qt5-qtbase zlib
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue