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 1
1
# This Dockerfile is used to create a Gitpod workspace with GitHub CLI installed.
2
2
3
3
# We start from the Gitpod full workspace image which includes a broad range of development tools.
4
- FROM gitpod/workspace-full:2025-07-14-04-43-05
4
+ FROM gitpod/workspace-full:2025-07-16-08-50-19
5
5
6
6
# The RUN command executes a series of commands in the new layer of the image and commits the results.
7
7
# 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
5
5
rm -rf /var/lib/apt/lists/*
6
6
7
7
# Now time to install maven
8
- ARG MAVEN_VERSION=3.9.10
8
+ ARG MAVEN_VERSION=3.9.11
9
9
10
10
# Set SHELL flags for RUN commands to allow -e and pipefail
11
11
# Rationale:https://github.com/hadolint/hadolint/wiki/DL4006
You can’t perform that action at this time.
0 commit comments