Skip to content

Commit 29a230e

Browse files
last changes
1 parent 93360b7 commit 29a230e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/docker/Dockerfile.musl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG NODE_VERSION=16.20.1
33

44
FROM ${PLATFORM}/node:${NODE_VERSION}-alpine AS build
55

6-
WORKDIR /zstd
6+
WORKDIR /mongodb-client-encryption
77
COPY . .
88

99
RUN apk --no-cache add make g++ libc-dev curl bash python3 py3-pip vim cmake git
@@ -15,4 +15,4 @@ RUN if [ -n "$RUN_TEST" ]; then npm test ; else echo "skipping tests" ; fi
1515

1616
FROM scratch
1717

18-
COPY --from=build /zstd/prebuilds/ /
18+
COPY --from=build /mongodb-client-encryption/prebuilds/ /

0 commit comments

Comments
 (0)