Skip to content

Commit f9ce587

Browse files
committed
chore: use edge container for dependency update
1 parent 749b08e commit f9ce587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
flavor: ["cpp", "rust"]
1818
# Using our own container is required since we need all package sources
1919
# set-up correctly.
20-
container: ghcr.io/philips-software/amp-devcontainer-${{ matrix.flavor }}:latest
20+
container: ghcr.io/philips-software/amp-devcontainer-${{ matrix.flavor }}:edge
2121
permissions:
2222
contents: write
2323
pull-requests: write

0 commit comments

Comments
 (0)