mirror of
https://github.com/waku-org/nwaku.git
synced 2025-02-24 21:08:38 +00:00
Dockerfile: forcing the use of alpine:3.16 when building the heaptrack app (#1736)
This commit is contained in:
parent
87f694a8b6
commit
d990d9fa5b
@ -61,7 +61,7 @@ CMD ["--help"]
|
||||
# DEBUG IMAGE ------------------------------------------------------------------
|
||||
|
||||
# Build debug tools: heaptrack
|
||||
FROM alpine:edge AS heaptrack-build
|
||||
FROM alpine:3.16 AS heaptrack-build
|
||||
|
||||
RUN apk update
|
||||
RUN apk add -- gdb git g++ make cmake zlib-dev boost-dev libunwind-dev
|
||||
|
Loading…
x
Reference in New Issue
Block a user