Skip to content

Commit

Permalink
Merge branch 'weekly' into updatecli_weekly_2645acb742811c68ad33208c9…
Browse files Browse the repository at this point in the history
…89ad3376834a7adf6070e6ccef72764e0e9b878
  • Loading branch information
gounthar authored Mar 8, 2025
2 parents c444fd3 + 9119c3c commit 350088d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitpod/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This Dockerfile is used to create a Gitpod workspace with GitHub CLI installed.

# We start from the Gitpod full workspace image which includes a broad range of development tools.
FROM gitpod/workspace-full:2025-03-03-06-37-13
FROM gitpod/workspace-full:2025-03-05-10-58-45

# The RUN command executes a series of commands in the new layer of the image and commits the results.
# The following commands are executed:
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This Dockerfile is used to create a Jenkins server with a specific version and pre-configured settings.

# We start by defining an ARG for the Jenkins version. This allows us to easily change the version of Jenkins we want to use.
ARG JENKINS_VERSION=2.499-jdk17
ARG JENKINS_VERSION=2.500-jdk17

# We then use the official Jenkins image with the specified version as our base image.
FROM jenkins/jenkins:"${JENKINS_VERSION}"
Expand Down

0 comments on commit 350088d

Please sign in to comment.