Skip to content

Commit

Permalink
Merge pull request #503 from tianon/update-versions
Browse files Browse the repository at this point in the history
Update versions
  • Loading branch information
tianon authored Aug 31, 2023
2 parents b460131 + 99cc841 commit 7292926
Show file tree
Hide file tree
Showing 20 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion containerd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down
8 changes: 4 additions & 4 deletions containerd/versions.json
Original file line number Diff line number Diff line change
@@ -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^{}",
Expand Down
2 changes: 1 addition & 1 deletion diffoscope/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"; \
Expand Down
2 changes: 1 addition & 1 deletion diffoscope/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "247",
"version": "248",
"python": {
"version": "3.10"
}
Expand Down
2 changes: 1 addition & 1 deletion duplicity/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down
2 changes: 1 addition & 1 deletion duplicity/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.3",
"version": "2.1.0",
"python": {
"version": "3.11"
}
Expand Down
2 changes: 1 addition & 1 deletion firefox/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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)"; \
Expand Down
2 changes: 1 addition & 1 deletion firefox/versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "116.0.3"
"version": "117.0"
}
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": "b5f8c7014b91a80175b53911565af8f4a705bbfcdd23b2f1907872f15f914fdb",
"version": "2.420",
"sha256": "fc090ddb931c8beddbd7109e0cb4afb8a12afbc91fce0f14af6af35276bca005",
"version": "2.421",
"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.420
ENV JENKINS_VERSION 2.421

RUN set -eux; \
apt-get update; \
Expand Down
2 changes: 1 addition & 1 deletion microsoft-edge/beta/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down
4 changes: 2 additions & 2 deletions microsoft-edge/beta/versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"sha256": "1eabc22abed5556c9d70998e699c04f621a1c5c9c67d9c65065c1238802e0d87",
"version": "116.0.1938.54-1"
"sha256": "ec64370003efdcd3cd7d5abf3a69a7d513968eca785f1be670c06af8046ba607",
"version": "117.0.2045.12-1"
}
2 changes: 1 addition & 1 deletion microsoft-edge/dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down
4 changes: 2 additions & 2 deletions microsoft-edge/dev/versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"sha256": "38b7acca69e6233635ac222e017eacbdfee3748400d629690315a448fc77adfb",
"version": "117.0.2045.7-1"
"sha256": "38a8c29942cf8d8ba8ba6a80aa2bf2085cc7491d483aeb442164ea5ed0e03213",
"version": "118.0.2060.1-1"
}
2 changes: 1 addition & 1 deletion microsoft-edge/stable/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down
4 changes: 2 additions & 2 deletions microsoft-edge/stable/versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"sha256": "fb7a40feeb3bbe43b5c5e9dbcaac2d1f30ba96570ce80d1d27861e4f378a663a",
"version": "116.0.1938.54-1"
"sha256": "7b6cb8cbb07249f389bdc42f88d38c5b4fc93b608a0a936786b18fecdf3a2d7d",
"version": "116.0.1938.62-1"
}
2 changes: 1 addition & 1 deletion tinygo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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)"; \
Expand Down
8 changes: 4 additions & 4 deletions tinygo/versions.json
Original file line number Diff line number Diff line change
@@ -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"
}
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.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; \
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.10.6882"
"version": "5.15.11.7239"
}

0 comments on commit 7292926

Please sign in to comment.