Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update versions #508

Merged
merged 2 commits into from
Sep 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "fc090ddb931c8beddbd7109e0cb4afb8a12afbc91fce0f14af6af35276bca005",
"version": "2.421",
"sha256": "177d08131fc624a157b54011f1fcbd365b8e81b3adb9d9752ef9f67f2da95f77",
"version": "2.422",
"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.421
ENV JENKINS_VERSION 2.422

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

# https://zoom.us/download#client_4meeting ("Debian", "64 bit", "8.0+", "Version X.Y.ZZZ.ZZZ")
# https://support.zoom.us/hc/en-us/articles/205759689-Release-notes-for-Linux
ENV ZOOM_VERSION 5.15.11.7239
ENV ZOOM_VERSION 5.15.12.7665
# curl -fsS --head 'https://zoom.us/client/latest/zoom_amd64.deb' | grep '^location: '

RUN set -eux; \
Expand Down
2 changes: 1 addition & 1 deletion zoom/versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "5.15.11.7239"
"version": "5.15.12.7665"
}