Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
dependabot[bot]
880ff2128c
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>
2022-11-24 20:04:38 +00:00

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