Skip to content

Commit

Permalink
Merge pull request #487 from tianon/update-versions
Browse files Browse the repository at this point in the history
Update versions
  • Loading branch information
tianon authored Aug 1, 2023
2 parents 5fd1229 + bc7b414 commit 6ab0040
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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.29-1
ENV EDGE_VERSION 116.0.1938.36-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": "d1c71f417f9b15f95682574f1a066febf0d4cb0adc4ed234b986462382663786",
"version": "116.0.1938.29-1"
"sha256": "3dcb808585bcb762f3a29c84e1dd5ba2d4a40eca3d74f89c9e85a39450eac37b",
"version": "116.0.1938.36-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 6.26.0
ENV SIGNAL_DESKTOP_VERSION 6.27.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": "dcbbdb382a769e7af993139786716d7c9ec6ff67ee0448e6570608bed82240c9",
"version": "6.26.0"
"sha256": "935e3696380cb80fae382a6f36b53721c118c133c582f93aec7341da9b57eb2b",
"version": "6.27.0"
}

0 comments on commit 6ab0040

Please sign in to comment.