Skip to content

Commit 3dca1a1

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents 0161202 + 25739d3 commit 3dca1a1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitpod/Dockerfile

Lines changed: 1 addition & 1 deletion
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-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:

dockerfiles/golang/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
99
ARG TARGETARCH
1010
ENV ARCHITECTURE=$TARGETARCH
1111

dockerfiles/plugins.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ antisamy-markup-formatter:162.v0e6ec0fcfcf6
33
apache-httpcomponents-client-4-api:4.5.14-208.v438351942757
44
bootstrap5-api:5.3.3-1
55
bouncycastle-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
77
build-timeout:1.33
88
caffeine-api:3.1.8-133.v17b_1ff2e0599
99
checks-api:2.2.1

0 commit comments

Comments
 (0)