File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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:2025-10-06- 13-14-25
4+ FROM gitpod/workspace-full:2025-10-13-11-42-09
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:
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates
55 rm -rf /var/lib/apt/lists/*
66
77# Now time to install golang
8- ARG GOLANG_VERSION=1.25.2
8+ ARG GOLANG_VERSION=1.25.3
99ARG TARGETARCH
1010ENV ARCHITECTURE=$TARGETARCH
1111
You can’t perform that action at this time.
0 commit comments