Skip to content

Commit

Permalink
tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Nov 22, 2024
1 parent e947f9c commit 25d1be9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/docker/Dockerfile.glibc
Original file line number Diff line number Diff line change
Expand Up @@ -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/ /
COPY --from=build /zstd/prebuilds/ /
2 changes: 1 addition & 1 deletion .github/docker/Dockerfile.musl
Original file line number Diff line number Diff line change
Expand Up @@ -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/ /
COPY --from=build /zstd/prebuilds/ /

0 comments on commit 25d1be9

Please sign in to comment.