From 77a951523def9cf07b0f1d8f78a9bf105bb80eec Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:43:50 +0000 Subject: [PATCH] chore: deps(dockerfile): bump image "gitpod/workspace-full" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .gitpod/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod/Dockerfile b/.gitpod/Dockerfile index 944bf163..a33b04a0 100644 --- a/.gitpod/Dockerfile +++ b/.gitpod/Dockerfile @@ -1,7 +1,7 @@ # This Dockerfile is used to create a Gitpod workspace with GitHub CLI installed. # We start from the Gitpod full workspace image which includes a broad range of development tools. -FROM gitpod/workspace-full:2024-09-22-20-53-01 +FROM gitpod/workspace-full:2024-10-02-10-19-08 # The RUN command executes a series of commands in the new layer of the image and commits the results. # The following commands are executed: