Skip to content

Commit 33d03bc

Browse files
chore: deps(dockerfile): bump image "gitpod/workspace-full" (#169)
Made with ❤️️ by updatecli Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 76bcc13 commit 33d03bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitpod/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This Dockerfile is used to create a Gitpod workspace with GitHub CLI installed.
22

33
# We start from the Gitpod full workspace image which includes a broad range of development tools.
4-
FROM gitpod/workspace-full:2024-03-20-07-19-19
4+
FROM gitpod/workspace-full:2024-03-24-13-33-15
55

66
# The RUN command executes a series of commands in the new layer of the image and commits the results.
77
# The following commands are executed:

0 commit comments

Comments
 (0)