Skip to content

Commit 0da42ab

Browse files
committed
Update devcontainer
1 parent e8a876d commit 0da42ab

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"image": "bernedom/qtandroidbuilder:de84aaea223e3b71b1e69a9f0a0b0b351975cdc6",
2+
"image": "bernedom/qtandroidbuilder:6762574be97a73aac1f0c34ce55755960964e59d",
33
"customizations": {
44
"vscode": {
55
"extensions": [

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
build-desktop:
1616
runs-on: ubuntu-24.04
1717
container:
18-
image: bernedom/qtandroidbuilder:latest
18+
image: bernedom/qtandroidbuilder:6762574be97a73aac1f0c34ce55755960964e59d
1919

2020
steps:
2121
- name: Checkout code
@@ -37,7 +37,7 @@ jobs:
3737
build-android:
3838
runs-on: ubuntu-24.04
3939
container:
40-
image: bernedom/qtandroidbuilder:latest
40+
image: bernedom/qtandroidbuilder:6762574be97a73aac1f0c34ce55755960964e59d
4141

4242
strategy:
4343
matrix:

0 commit comments

Comments
 (0)