diff --git a/.github/docker/Dockerfile.glibc b/.github/docker/Dockerfile.glibc index 650d056..b20e124 100644 --- a/.github/docker/Dockerfile.glibc +++ b/.github/docker/Dockerfile.glibc @@ -24,4 +24,4 @@ RUN if [ -n "$RUN_TEST" ]; then npm test ; else echo "skipping tests" ; fi FROM scratch -COPY --from=build /mongodb-client-encryption/prebuilds/ / \ No newline at end of file +COPY --from=build /zstd/prebuilds/ / \ No newline at end of file diff --git a/.github/docker/Dockerfile.musl b/.github/docker/Dockerfile.musl index 666042b..4ce9eec 100644 --- a/.github/docker/Dockerfile.musl +++ b/.github/docker/Dockerfile.musl @@ -17,4 +17,4 @@ RUN if [ -n "$RUN_TEST" ]; then npm test ; else echo "skipping tests" ; fi FROM scratch -COPY --from=build /mongodb-client-encryption/prebuilds/ / \ No newline at end of file +COPY --from=build /zstd/prebuilds/ / \ No newline at end of file