Skip to content

Commit 9a6240f

Browse files
revert python3 specification
1 parent 7ffac2c commit 9a6240f

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=3.10 build-essential && ldd --version
14+
RUN apt-get -qq update && apt-get -qq install -y python3 build-essential && ldd --version
1515

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

0 commit comments

Comments
 (0)