Dockerfile: forcing the use of alpine:3.16 when building the heaptrack app (#1736)

This commit is contained in:
Ivan Folgueira Bande 2023-05-18 10:03:47 +02:00 committed by GitHub
parent 87f694a8b6
commit d990d9fa5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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