Skip to content

Commit

Permalink
#123 Changed for ubuntu 22.04 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed Jul 18, 2024
1 parent b61f4f8 commit 4c387b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/test_itde_manager_in_docker_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def remove_itde():
def dockerfile_content() -> str:
return cleandoc(
"""
FROM ubuntu:20.04
FROM ubuntu:22.04
RUN apt-get update
RUN apt-get install --yes --no-install-recommends python3 python3-pip git
Expand Down

0 comments on commit 4c387b3

Please sign in to comment.