Skip to content

Commit 96b6718

Browse files
specify version
1 parent 4bbbac1 commit 96b6718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/docker/Dockerfile.glibc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ 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
1515

1616
RUN echo "VERSION: $(python3 --version)"
1717

0 commit comments

Comments
 (0)