Skip to content

Commit

Permalink
fix(docker): Upgrade to python 3
Browse files Browse the repository at this point in the history
In 43563cc
we upgraded the python scripts from python 2 to python 3.
  • Loading branch information
Kissaki committed Mar 11, 2024
1 parent 3fa586f commit 4f97502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:2
FROM python:3

RUN pip install --no-cache-dir zeroc-ice

Expand Down

0 comments on commit 4f97502

Please sign in to comment.