Skip to content

Commit

Permalink
Merge pull request #500 from tianon/update-versions
Browse files Browse the repository at this point in the history
Update versions
  • Loading branch information
tianon authored Aug 22, 2023
2 parents d5fb80f + 7e2246f commit 6d76691
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions jenkins/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"lts"
],
"weekly": {
"sha256": "019c78b023db2883b90f2073fc4810fbce64ff1a98a728cd3e6edfcfc519e6f6",
"version": "2.419",
"sha256": "b5f8c7014b91a80175b53911565af8f4a705bbfcdd23b2f1907872f15f914fdb",
"version": "2.420",
"repo": "https://pkg.jenkins.io/debian"
},
"lts": {
Expand Down
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.419
ENV JENKINS_VERSION 2.420

RUN set -eux; \
apt-get update; \
Expand Down
2 changes: 1 addition & 1 deletion weechat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN set -eux; \

# https://weechat.org/download/stable/
# https://weechat.org/download/debian/active/#debian_bullseye
ENV WEECHAT_VERSION 4.0.3-1
ENV WEECHAT_VERSION 4.0.4-1

RUN set -eux; \
apt-get update; \
Expand Down
4 changes: 2 additions & 2 deletions weechat/versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"sha256": "c60fb4ccdf890355dd761b8f5bae5e591e2096c9407737edab85dc9f4f24425b",
"version": "4.0.3-1"
"sha256": "983d22b2fabbef29b8ad3e676a839c1af615ad39da056eaa4c349db374924b7c",
"version": "4.0.4-1"
}

0 comments on commit 6d76691

Please sign in to comment.