fix: depend on capnproto
This commit is contained in:
@@ -5,6 +5,10 @@ ARG BUILD_BASE_VERSION=0.5-r3
|
|||||||
RUN --mount=type=cache,sharing=locked,target=/var/cache/apk \
|
RUN --mount=type=cache,sharing=locked,target=/var/cache/apk \
|
||||||
apk add --update build-base=${BUILD_BASE_VERSION}
|
apk add --update build-base=${BUILD_BASE_VERSION}
|
||||||
|
|
||||||
|
ARG CAPNPROTO_VERSION=1.2.0-r0
|
||||||
|
RUN --mount=type=cache,sharing=locked,target=/var/cache/apk \
|
||||||
|
apk add --update capnproto=${CAPNPROTO_VERSION}
|
||||||
|
|
||||||
ARG CARGO_VERSION=1.91.1-r1
|
ARG CARGO_VERSION=1.91.1-r1
|
||||||
RUN --mount=type=cache,sharing=locked,target=/var/cache/apk \
|
RUN --mount=type=cache,sharing=locked,target=/var/cache/apk \
|
||||||
apk add --update cargo=${CARGO_VERSION}
|
apk add --update cargo=${CARGO_VERSION}
|
||||||
|
|||||||
Reference in New Issue
Block a user