Skip to content

Commit

Permalink
Merge pull request #775 from tianon/update-versions
Browse files Browse the repository at this point in the history
Update versions
  • Loading branch information
tianon authored Aug 6, 2024
2 parents aca2f00 + abbc7cd commit 6f161c7
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
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 128.0.3
ENV FIREFOX_VERSION 129.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": "128.0.3"
"version": "129.0"
}
2 changes: 1 addition & 1 deletion microsoft-edge/beta/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,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 128.0.2739.5-1
ENV EDGE_VERSION 128.0.2739.9-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": "cbee7cee255680f9366b53ff1768b0496d4d1270096a280beab9559aa6880c99",
"version": "128.0.2739.5-1"
"sha256": "1fa15fbd14387892f54df79d5448e757599828148f995a96a432af26bee96200",
"version": "128.0.2739.9-1"
}
2 changes: 1 addition & 1 deletion signal-desktop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN set -eux; \
rm -rf /var/lib/apt/lists/*

# https://github.com/signalapp/Signal-Desktop/releases
ENV SIGNAL_DESKTOP_VERSION 7.18.0
ENV SIGNAL_DESKTOP_VERSION 7.19.0

RUN set -eux; \
apt-get update; \
Expand Down
4 changes: 2 additions & 2 deletions signal-desktop/versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"sha256": "c48dc60acf597a410d92db927fd34dc6838e1ae62d2ab395f0d837785cb8f773",
"version": "7.18.0"
"sha256": "94ef0638273f2f858ef9a3d1eaa4a7dc7425a9e081eade6958010d45739385d2",
"version": "7.19.0"
}

0 comments on commit 6f161c7

Please sign in to comment.