Skip to content

Commit

Permalink
revert python3 specification
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Aug 7, 2024
1 parent 7ffac2c commit 9a6240f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/docker/Dockerfile.glibc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV PATH=$PATH:/nodejs/bin
WORKDIR /mongodb-client-encryption
COPY . .

RUN apt-get -qq update && apt-get -qq install -y python3=3.10 build-essential && ldd --version
RUN apt-get -qq update && apt-get -qq install -y python3 build-essential && ldd --version

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

Expand Down

0 comments on commit 9a6240f

Please sign in to comment.