We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13b2488 + 405b605 commit 5e0421cCopy full SHA for 5e0421c
2 files changed
dockerfiles/Dockerfile
@@ -1,7 +1,7 @@
1
# This Dockerfile is used to create a Jenkins server with a specific version and pre-configured settings.
2
3
# 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.549-jdk21
+ARG JENKINS_VERSION=2.550-jdk21
5
6
# We then use the official Jenkins image with the specified version as our base image.
7
FROM jenkins/jenkins:"${JENKINS_VERSION}"
dockerfiles/golang/Dockerfile
@@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates
rm -rf /var/lib/apt/lists/*
# Now time to install golang
8
-ARG GOLANG_VERSION=1.25.7
+ARG GOLANG_VERSION=1.26.0
9
ARG TARGETARCH
10
ENV ARCHITECTURE=$TARGETARCH
11
0 commit comments