Skip to content

Commit 4b073f7

Browse files
revert node-gyp bump
1 parent 6bc13e8 commit 4b073f7

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/docker/Dockerfile.glibc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ ENV PATH=$PATH:/nodejs/bin
1111
WORKDIR /mongodb-client-encryption
1212
COPY . .
1313

14-
RUN apt-get -qq update && apt-get -qq install -y python3 build-essential && ldd --version
14+
RUN apt-get -qq update && apt-get -qq install -y python3=3.10 build-essential && ldd --version
15+
16+
RUN echo "VERSION: $(python3 --version)"
1517

1618
RUN npm run install:libmongocrypt
1719

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"eslint-config-prettier": "^9.1.0",
5959
"eslint-plugin-prettier": "^5.2.1",
6060
"mocha": "^10.7.0",
61-
"node-gyp": "^10.2.0",
61+
"node-gyp": "^10.1.0",
6262
"prebuild": "^13.0.1",
6363
"prettier": "^3.3.3",
6464
"semver": "^7.6.3",

0 commit comments

Comments
 (0)