Skip to content

Commit 6b6df84

Browse files
authored
Merge branch 'main' into updatecli_main_2645acb742811c68ad33208c989ad3376834a7adf6070e6ccef72764e0e9b878
2 parents 2ae8219 + a86265c commit 6b6df84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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:2025-07-14-04-43-05
4+
FROM gitpod/workspace-full:2025-07-16-08-50-19
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/maven/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 maven
8-
ARG MAVEN_VERSION=3.9.10
8+
ARG MAVEN_VERSION=3.9.11
99

1010
# Set SHELL flags for RUN commands to allow -e and pipefail
1111
# Rationale:https://github.com/hadolint/hadolint/wiki/DL4006

0 commit comments

Comments
 (0)