Skip to content

Commit e590c40

Browse files
authoredMay 7, 2024
circleci: update base image and use compose plugin (Bug 1895531) (#200)
1 parent dbc5f21 commit e590c40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ version: 2
1313
jobs:
1414
full:
1515
docker:
16-
- image: cimg/base:2020.01
16+
- image: cimg/base:2024.05
1717
user: root
1818
steps:
1919
- setup_remote_docker
@@ -56,7 +56,7 @@ jobs:
5656
- run:
5757
name: Run the tests
5858
command: |
59-
docker-compose \
59+
docker compose \
6060
-f docker/docker-compose.ci.yml \
6161
-p landoui \
6262
run lando-ui pytest --junitxml=/test_results/junit.xml

0 commit comments

Comments
 (0)
Failed to load comments.