diff --git a/Dockerfile b/Dockerfile index a1206d2..fc74f9f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,9 +5,9 @@ ARG BUILD_BASE_VERSION=0.5-r3 RUN --mount=type=cache,sharing=locked,target=/var/cache/apk \ apk add --update build-base=${BUILD_BASE_VERSION} -ARG CAPNPROTO_VERSION=1.2.0-r0 +ARG CAPNPROTO_DEV_VERSION=1.2.0-r0 RUN --mount=type=cache,sharing=locked,target=/var/cache/apk \ - apk add --update capnproto=${CAPNPROTO_VERSION} + apk add --update capnproto-dev=${CAPNPROTO_DEV_VERSION} ARG CARGO_VERSION=1.91.1-r1 RUN --mount=type=cache,sharing=locked,target=/var/cache/apk \