Skip to content

Commit

Permalink
Merge pull request #520 from tianon/update-versions
Browse files Browse the repository at this point in the history
Update versions
  • Loading branch information
tianon authored Sep 22, 2023
2 parents a1823a4 + 70eb1cd commit 02cd6c9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion microsoft-edge/dev/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-dev

# https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-dev/
ENV EDGE_VERSION 118.0.2088.9-1
ENV EDGE_VERSION 119.0.2109.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": "24d21c710add2e988422d82de0b8747994209d713ee4bc77bc60e3ce6e6c2963",
"version": "118.0.2088.9-1"
"sha256": "6482fc083f1e6ff26f26cf0ff46a13fb25d671c4bdae8a8f97a883cfed0aecb2",
"version": "119.0.2109.1-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.29.0
ENV TINYGO_VERSION 0.30.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": "dc449882ad09c60c11cef7c35914d5fbfe22a88e",
"ref": "refs/tags/v0.29.0",
"tag": "v0.29.0",
"version": "0.29.0",
"commit": "731532cd2b6353b60b443343b51296ec0fafae09",
"ref": "refs/tags/v0.30.0",
"tag": "v0.30.0",
"version": "0.30.0",
"go": {
"version": "1.18"
}
Expand Down

0 comments on commit 02cd6c9

Please sign in to comment.