Skip to content

Commit 9a8be6c

Browse files
authored
Merge branch 'weekly' into updatecli_weekly_05014a7b574d7d483df06a73ee750c528e5a90a636a3fa1f44e4f0b1078cbccf
2 parents 4dbf71e + debbfcd commit 9a8be6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dockerfiles/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 Jenkins server with a specific version and pre-configured settings.
22

33
# We start by defining an ARG for the Jenkins version. This allows us to easily change the version of Jenkins we want to use.
4-
ARG JENKINS_VERSION=2.518-jdk21
4+
ARG JENKINS_VERSION=2.519-jdk21
55

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

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.24.4
8+
ARG GOLANG_VERSION=1.24.5
99
ARG TARGETARCH
1010
ENV ARCHITECTURE=$TARGETARCH
1111

0 commit comments

Comments
 (0)