Skip to content

Commit

Permalink
Merge pull request #549 from tianon/update-versions
Browse files Browse the repository at this point in the history
Update versions
  • Loading branch information
tianon authored Oct 28, 2023
2 parents 6983a12 + 45d812d commit c0222cf
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 @@ -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 119.0.2151.24-1
ENV EDGE_VERSION 119.0.2151.32-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": "d5ce900dce43e8c613ffc7d6319821fe015e541994f25ae675d0f9a8e1bf707c",
"version": "119.0.2151.24-1"
"sha256": "b6c0c550a6438aeb2bfdf18ee4d311ab34c3205f8c4e00bfd6026ef79c17c00c",
"version": "119.0.2151.32-1"
}
2 changes: 1 addition & 1 deletion microsoft-edge/stable/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-stable

# https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/
ENV EDGE_VERSION 118.0.2088.69-1
ENV EDGE_VERSION 118.0.2088.76-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": "56f3d58b21ee905b6998e23070b31351e2251514a560df86da998533f1124215",
"version": "118.0.2088.69-1"
"sha256": "71df16ff45198be3613d220b47c7bc68e2f1cbaadafb40d5c11a30a368c6f030",
"version": "118.0.2088.76-1"
}

0 comments on commit c0222cf

Please sign in to comment.