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 6a8a069 commit 2908f8aCopy full SHA for 2908f8a
.devcontainer/devcontainer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "linkerd-dev",
3
- "image": "ghcr.io/linkerd/dev:v43",
+ "image": "ghcr.io/linkerd/dev:v45",
4
"customizations": {
5
"vscode": {
6
"extensions": [
actions/setup-tools/action.yml
@@ -5,7 +5,7 @@ inputs:
# TODO(ver): CI should validate at this version matches the most recent release tag
version:
7
description: Container image version
8
- default: v44
+ default: v45
9
10
runs:
11
using: composite
0 commit comments