From fcdf02c8ba3033f8fc376d201aea7560e1f99ea2 Mon Sep 17 00:00:00 2001 From: Anu Priya Date: Sun, 10 Mar 2024 18:45:05 +0530 Subject: [PATCH] Update docker-publish.yml --- .github/workflows/docker-publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 4d9ee77..90e6832 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.85.1 - GO_VERSION=1.21.6 - NODE_VERSION=20.11.0 + RELEASE_TAG=openvscode-server-v1.87.0 + GO_VERSION=1.22.1 + NODE_VERSION=20.11.1 # Sign the resulting Docker image digest except on PRs. # This will only write to the public Rekor transparency log when the Docker