File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
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:2024-11-03-15-52-49
4+ FROM gitpod/workspace-full:2024-11-06-20-18-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:
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.23.2
8+ ARG GOLANG_VERSION=1.23.3
99ARG TARGETARCH
1010ENV ARCHITECTURE=$TARGETARCH
1111
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ antisamy-markup-formatter:162.v0e6ec0fcfcf6
33apache-httpcomponents-client-4-api:4.5.14-208.v438351942757
44bootstrap5-api:5.3.3-1
55bouncycastle-api:2.30.1.78.1-248.ve27176eb_46cb_
6- branch-api:2.1197.vfa_d0c47c267d
6+ branch-api:2.1200.v4b_a_3da_2eb_db_4
77build-timeout:1.33
88caffeine-api:3.1.8-133.v17b_1ff2e0599
99checks-api:2.2.1
You can’t perform that action at this time.
0 commit comments