Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
Update docker image to latest to use gcc 14.2
  • Loading branch information
ajjjjjjjj authored Dec 17, 2024
1 parent 9cacfb0 commit a6430dd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 2.1
jobs:
build-std:
docker:
- image: ajjjjjjjj/opentx-docker-i6x:1.3.0
- image: ajjjjjjjj/opentx-docker-i6x:1.4.0
steps:
- checkout
- run: |
Expand All @@ -15,7 +15,7 @@ jobs:

build-std-dfplayer:
docker:
- image: ajjjjjjjj/opentx-docker-i6x:1.3.0
- image: ajjjjjjjj/opentx-docker-i6x:1.4.0
steps:
- checkout
- run: |
Expand All @@ -25,7 +25,7 @@ jobs:

build-heli:
docker:
- image: ajjjjjjjj/opentx-docker-i6x:1.3.0
- image: ajjjjjjjj/opentx-docker-i6x:1.4.0
steps:
- checkout
- run: |
Expand All @@ -35,7 +35,7 @@ jobs:

build-heli-dfplayer:
docker:
- image: ajjjjjjjj/opentx-docker-i6x:1.3.0
- image: ajjjjjjjj/opentx-docker-i6x:1.4.0
steps:
- checkout
- run: |
Expand All @@ -45,7 +45,7 @@ jobs:

build-en:
docker:
- image: ajjjjjjjj/opentx-docker-i6x:1.3.0
- image: ajjjjjjjj/opentx-docker-i6x:1.4.0
steps:
- checkout
- run: |
Expand Down

0 comments on commit a6430dd

Please sign in to comment.