diff --git a/tools/alpine/Dockerfile b/tools/alpine/Dockerfile index d3712ffd8..18e5ce9e1 100644 --- a/tools/alpine/Dockerfile +++ b/tools/alpine/Dockerfile @@ -1,4 +1,5 @@ -FROM alpine:3.17 AS mirror +ARG ALPINE_VERSION=3.19 +FROM alpine:${ALPINE_VERSION} AS mirror # update base image RUN apk update && apk upgrade -a @@ -55,7 +56,7 @@ RUN set -e && \ cp iucode_tool /iucode_tool; \ fi -FROM alpine:3.17 +FROM alpine:${ALPINE_VERSION} ARG TARGETARCH diff --git a/tools/alpine/packages b/tools/alpine/packages index 5ea84fdb7..41f4c0056 100644 --- a/tools/alpine/packages +++ b/tools/alpine/packages @@ -10,6 +10,8 @@ autoconf automake bash bc +bcc +bcc-dev binutils binutils-dev bison @@ -130,5 +132,6 @@ xorriso xz xz-dev zfs +zip zlib-dev zlib-static