Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lhchavez committed Jan 23, 2023
1 parent 1790676 commit daa8395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def getImageName(ci: bool) -> str:
# This does not require authentication.
imageName = 'omegaup/runner-ci'

taggedContainerName = f'{imageName}:v1.9.54'
taggedContainerName = f'{imageName}:v1.9.55'
if not subprocess.check_output(
['docker', 'image', 'ls', '-q', taggedContainerName],
universal_newlines=True).strip():
Expand Down

0 comments on commit daa8395

Please sign in to comment.