mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-04 06:53:12 +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 ------------------------------------------------------------------
|
# DEBUG IMAGE ------------------------------------------------------------------
|
||||||
|
|
||||||
# Build debug tools: heaptrack
|
# Build debug tools: heaptrack
|
||||||
FROM alpine:edge AS heaptrack-build
|
FROM alpine:3.16 AS heaptrack-build
|
||||||
|
|
||||||
RUN apk update
|
RUN apk update
|
||||||
RUN apk add -- gdb git g++ make cmake zlib-dev boost-dev libunwind-dev
|
RUN apk add -- gdb git g++ make cmake zlib-dev boost-dev libunwind-dev
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user