diff --git a/containerd/Dockerfile b/containerd/Dockerfile index 448afc022a7..5d52ff0056b 100644 --- a/containerd/Dockerfile +++ b/containerd/Dockerfile @@ -32,7 +32,7 @@ RUN set -eux; \ runc --version # https://github.com/containerd/containerd/releases -ENV CONTAINERD_VERSION 1.7.4 +ENV CONTAINERD_VERSION 1.7.5 RUN set -eux; \ # TODO multiple architectures wget -O containerd.tar.gz "https://github.com/containerd/containerd/releases/download/v${CONTAINERD_VERSION}/containerd-${CONTAINERD_VERSION}-linux-amd64.tar.gz" --progress=dot:giga; \ diff --git a/containerd/versions.json b/containerd/versions.json index 248e834d2bf..8e7ccaceefa 100644 --- a/containerd/versions.json +++ b/containerd/versions.json @@ -1,8 +1,8 @@ { - "commit": "488cd77cf2010e68e043ad4f9e8835822574f67a", - "ref": "refs/tags/v1.7.4^{}", - "tag": "v1.7.4", - "version": "1.7.4", + "commit": "fe457eb99ac0e27b3ce638175ef8e68a7d2bc373", + "ref": "refs/tags/v1.7.5^{}", + "tag": "v1.7.5", + "version": "1.7.5", "runc": { "commit": "ccaecfcbc907d70a7aa870a6650887b901b25b82", "ref": "refs/tags/v1.1.9^{}", diff --git a/diffoscope/Dockerfile b/diffoscope/Dockerfile index 5b5a2a60651..135ede8cb66 100644 --- a/diffoscope/Dockerfile +++ b/diffoscope/Dockerfile @@ -21,7 +21,7 @@ RUN set -eux; \ rm -rf /var/lib/apt/lists/* # https://pypi.org/project/diffoscope/ -ENV DIFFOSCOPE_VERSION 247 +ENV DIFFOSCOPE_VERSION 248 RUN set -eux; \ pip install --no-cache-dir "diffoscope[distro_detection,cmdline] == $DIFFOSCOPE_VERSION"; \ diff --git a/diffoscope/versions.json b/diffoscope/versions.json index 16d656a7223..f29d758d478 100644 --- a/diffoscope/versions.json +++ b/diffoscope/versions.json @@ -1,5 +1,5 @@ { - "version": "247", + "version": "248", "python": { "version": "3.10" } diff --git a/duplicity/Dockerfile b/duplicity/Dockerfile index b8f961da1d3..0492b4a6bbf 100644 --- a/duplicity/Dockerfile +++ b/duplicity/Dockerfile @@ -10,7 +10,7 @@ RUN apk add --no-cache gnupg librsync # https://pypi.org/project/duplicity/ # https://duplicity.gitlab.io/ -ENV DUPLICITY_VERSION 1.2.3 +ENV DUPLICITY_VERSION 2.1.0 # https://gitlab.com/duplicity/duplicity RUN set -eux; \ diff --git a/duplicity/versions.json b/duplicity/versions.json index 29fbfb337f6..4e5d66a1426 100644 --- a/duplicity/versions.json +++ b/duplicity/versions.json @@ -1,5 +1,5 @@ { - "version": "1.2.3", + "version": "2.1.0", "python": { "version": "3.11" } diff --git a/firefox/Dockerfile b/firefox/Dockerfile index 1bd59fef36a..64493637115 100644 --- a/firefox/Dockerfile +++ b/firefox/Dockerfile @@ -30,7 +30,7 @@ ENV PATH /opt/firefox:$PATH # https://archive.mozilla.org/pub/firefox/releases/ # https://download-installer.cdn.mozilla.net/pub/firefox/releases/ # https://www.mozilla.org/en-US/firefox/all/#product-desktop-release -ENV FIREFOX_VERSION 116.0.3 +ENV FIREFOX_VERSION 117.0 RUN set -eux; \ savedAptMark="$(apt-mark showmanual)"; \ diff --git a/firefox/versions.json b/firefox/versions.json index 21ccc383cb1..4a5619a8965 100644 --- a/firefox/versions.json +++ b/firefox/versions.json @@ -1,3 +1,3 @@ { - "version": "116.0.3" + "version": "117.0" } diff --git a/jenkins/versions.json b/jenkins/versions.json index d02fa776563..8d455d32af0 100644 --- a/jenkins/versions.json +++ b/jenkins/versions.json @@ -4,8 +4,8 @@ "lts" ], "weekly": { - "sha256": "b5f8c7014b91a80175b53911565af8f4a705bbfcdd23b2f1907872f15f914fdb", - "version": "2.420", + "sha256": "fc090ddb931c8beddbd7109e0cb4afb8a12afbc91fce0f14af6af35276bca005", + "version": "2.421", "repo": "https://pkg.jenkins.io/debian" }, "lts": { diff --git a/jenkins/weekly/Dockerfile b/jenkins/weekly/Dockerfile index 85b53a33dc4..e6689672cbf 100644 --- a/jenkins/weekly/Dockerfile +++ b/jenkins/weekly/Dockerfile @@ -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.420 +ENV JENKINS_VERSION 2.421 RUN set -eux; \ apt-get update; \ diff --git a/microsoft-edge/beta/Dockerfile b/microsoft-edge/beta/Dockerfile index b3765ba961f..7d9647bd9fe 100644 --- a/microsoft-edge/beta/Dockerfile +++ b/microsoft-edge/beta/Dockerfile @@ -49,7 +49,7 @@ RUN set -eux; \ } | tee /etc/default/microsoft-edge-beta # https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-beta/ -ENV EDGE_VERSION 116.0.1938.54-1 +ENV EDGE_VERSION 117.0.2045.12-1 RUN set -eux; \ apt-get update; \ diff --git a/microsoft-edge/beta/versions.json b/microsoft-edge/beta/versions.json index b2d05e2c6c2..26d9df472c7 100644 --- a/microsoft-edge/beta/versions.json +++ b/microsoft-edge/beta/versions.json @@ -1,4 +1,4 @@ { - "sha256": "1eabc22abed5556c9d70998e699c04f621a1c5c9c67d9c65065c1238802e0d87", - "version": "116.0.1938.54-1" + "sha256": "ec64370003efdcd3cd7d5abf3a69a7d513968eca785f1be670c06af8046ba607", + "version": "117.0.2045.12-1" } diff --git a/microsoft-edge/dev/Dockerfile b/microsoft-edge/dev/Dockerfile index 02483dd4f60..31612001e5c 100644 --- a/microsoft-edge/dev/Dockerfile +++ b/microsoft-edge/dev/Dockerfile @@ -49,7 +49,7 @@ RUN set -eux; \ } | tee /etc/default/microsoft-edge-dev # https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-dev/ -ENV EDGE_VERSION 117.0.2045.7-1 +ENV EDGE_VERSION 118.0.2060.1-1 RUN set -eux; \ apt-get update; \ diff --git a/microsoft-edge/dev/versions.json b/microsoft-edge/dev/versions.json index 423a3974440..aa996a25352 100644 --- a/microsoft-edge/dev/versions.json +++ b/microsoft-edge/dev/versions.json @@ -1,4 +1,4 @@ { - "sha256": "38b7acca69e6233635ac222e017eacbdfee3748400d629690315a448fc77adfb", - "version": "117.0.2045.7-1" + "sha256": "38a8c29942cf8d8ba8ba6a80aa2bf2085cc7491d483aeb442164ea5ed0e03213", + "version": "118.0.2060.1-1" } diff --git a/microsoft-edge/stable/Dockerfile b/microsoft-edge/stable/Dockerfile index 2b330cde907..d7455e78125 100644 --- a/microsoft-edge/stable/Dockerfile +++ b/microsoft-edge/stable/Dockerfile @@ -49,7 +49,7 @@ RUN set -eux; \ } | tee /etc/default/microsoft-edge-stable # https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/ -ENV EDGE_VERSION 116.0.1938.54-1 +ENV EDGE_VERSION 116.0.1938.62-1 RUN set -eux; \ apt-get update; \ diff --git a/microsoft-edge/stable/versions.json b/microsoft-edge/stable/versions.json index 9f093107274..8a9ddbf7310 100644 --- a/microsoft-edge/stable/versions.json +++ b/microsoft-edge/stable/versions.json @@ -1,4 +1,4 @@ { - "sha256": "fb7a40feeb3bbe43b5c5e9dbcaac2d1f30ba96570ce80d1d27861e4f378a663a", - "version": "116.0.1938.54-1" + "sha256": "7b6cb8cbb07249f389bdc42f88d38c5b4fc93b608a0a936786b18fecdf3a2d7d", + "version": "116.0.1938.62-1" } diff --git a/tinygo/Dockerfile b/tinygo/Dockerfile index c0bf2a1af62..0719980334d 100644 --- a/tinygo/Dockerfile +++ b/tinygo/Dockerfile @@ -11,7 +11,7 @@ ENV PATH /usr/local/tinygo/bin:$PATH # https://tinygo.org/getting-started/linux/ # https://github.com/tinygo-org/tinygo/releases -ENV TINYGO_VERSION 0.28.1 +ENV TINYGO_VERSION 0.29.0 RUN set -eux; \ savedAptMark="$(apt-mark showmanual)"; \ diff --git a/tinygo/versions.json b/tinygo/versions.json index 3ce28fb7e46..421a6ad2c4a 100644 --- a/tinygo/versions.json +++ b/tinygo/versions.json @@ -1,8 +1,8 @@ { - "commit": "d01d85930d19a73010853b7ba8648d8811891bee", - "ref": "refs/tags/v0.28.1", - "tag": "v0.28.1", - "version": "0.28.1", + "commit": "dc449882ad09c60c11cef7c35914d5fbfe22a88e", + "ref": "refs/tags/v0.29.0", + "tag": "v0.29.0", + "version": "0.29.0", "go": { "version": "1.18" } diff --git a/zoom/Dockerfile b/zoom/Dockerfile index 39cfc3230cd..3f372b9fbf6 100644 --- a/zoom/Dockerfile +++ b/zoom/Dockerfile @@ -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.10.6882 +ENV ZOOM_VERSION 5.15.11.7239 # curl -fsS --head 'https://zoom.us/client/latest/zoom_amd64.deb' | grep '^location: ' RUN set -eux; \ diff --git a/zoom/versions.json b/zoom/versions.json index 1267ca8f580..91ba18f07be 100644 --- a/zoom/versions.json +++ b/zoom/versions.json @@ -1,3 +1,3 @@ { - "version": "5.15.10.6882" + "version": "5.15.11.7239" }