We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 749b08e commit f9ce587Copy full SHA for f9ce587
.github/workflows/update-dependencies.yml
@@ -17,7 +17,7 @@ jobs:
17
flavor: ["cpp", "rust"]
18
# Using our own container is required since we need all package sources
19
# set-up correctly.
20
- container: ghcr.io/philips-software/amp-devcontainer-${{ matrix.flavor }}:latest
+ container: ghcr.io/philips-software/amp-devcontainer-${{ matrix.flavor }}:edge
21
permissions:
22
contents: write
23
pull-requests: write
0 commit comments