From 2908f8a5b198df8ac193b48e8c311efae65ae394 Mon Sep 17 00:00:00 2001 From: Oliver Gould Date: Sun, 5 Jan 2025 10:12:30 -0800 Subject: [PATCH] chore: v45 (#59) --- .devcontainer/devcontainer.json | 2 +- actions/setup-tools/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1cc6a8b..24739ca 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "linkerd-dev", - "image": "ghcr.io/linkerd/dev:v43", + "image": "ghcr.io/linkerd/dev:v45", "customizations": { "vscode": { "extensions": [ diff --git a/actions/setup-tools/action.yml b/actions/setup-tools/action.yml index 7f6fcab..56d9d50 100644 --- a/actions/setup-tools/action.yml +++ b/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: description: Container image version - default: v44 + default: v45 runs: using: composite