From 81416647d98ecfdb326ad81854e93799f3040fa7 Mon Sep 17 00:00:00 2001 From: Anu Priya Date: Sun, 5 Nov 2023 17:51:31 +0530 Subject: [PATCH] Update docker-publish.yml --- .github/workflows/docker-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index b4cdc26..ecf4bd0 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -81,9 +81,9 @@ jobs: cache-from: type=gha cache-to: type=gha,mode=max build-args: | - RELEASE_TAG=openvscode-server-v1.83.0 + RELEASE_TAG=openvscode-server-v1.84.0 GO_VERSION=1.21.3 - NODE_VERSION=18.18.2 + NODE_VERSION=20.9.0 # Sign the resulting Docker image digest except on PRs. # This will only write to the public Rekor transparency log when the Docker