Skip to content

Commit

Permalink
Update jenkins to weekly 2.417
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Aug 1, 2023
1 parent 51e3324 commit 258522b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions jenkins/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"weekly": {
"repo": "https://pkg.jenkins.io/debian",
"sha256": "1036e4ccdfe89b9bbbdbc6341d51f2f811fd692f4b16b48b443e20517c8d5935",
"version": "2.416"
"sha256": "a7cc2ad2999079d7d3451187855834c572b3ac9fb3e90d237f9fb0466c5ff3ef",
"version": "2.417"
}
}
2 changes: 1 addition & 1 deletion jenkins/weekly/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -eux; \
# TODO use signed-by
RUN echo 'deb https://pkg.jenkins.io/debian binary/' > /etc/apt/sources.list.d/jenkins.list

ENV JENKINS_VERSION 2.416
ENV JENKINS_VERSION 2.417

RUN set -eux; \
apt-get update; \
Expand Down

0 comments on commit 258522b

Please sign in to comment.