Skip to content

Commit

Permalink
fix: update images for linux CIs
Browse files Browse the repository at this point in the history
  • Loading branch information
bassmang committed Apr 11, 2024
1 parent 128fad3 commit fd4841f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pipelines/build-linux-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pool:
vmImage: 'ubuntu-latest'

container:
image: vowpalwabbit/centos7_6_1810-build:latest
image: vowpalwabbit/ubuntu2004-build:latest
endpoint: DockerHub

steps:
Expand Down
2 changes: 1 addition & 1 deletion .pipelines/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pool:
vmImage: 'ubuntu-latest'

container:
image: vowpalwabbit/ubuntu1804-build:latest
image: vowpalwabbit/ubuntu2004-build:latest
endpoint: DockerHub

strategy:
Expand Down

0 comments on commit fd4841f

Please sign in to comment.