Skip to content

Commit

Permalink
Merge pull request #873 from tianon/update-versions
Browse files Browse the repository at this point in the history
Update versions
  • Loading branch information
tianon authored Dec 5, 2024
2 parents 926aa5c + 04e0e67 commit ba6ec51
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion buildkit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
FROM --platform=$BUILDPLATFORM golang:1.22 AS build

# https://github.com/moby/buildkit/releases
ENV BUILDKIT_VERSION 0.18.0
ENV BUILDKIT_VERSION 0.18.1

COPY \
argsescaped.patch \
Expand Down
8 changes: 4 additions & 4 deletions buildkit/versions.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "95d190ef4f18b57c717eaad703b67cb2be781ebb",
"ref": "refs/tags/v0.18.0",
"tag": "v0.18.0",
"version": "0.18.0",
"commit": "eb68885955169461d72dc2b7e6d084100fcaba86",
"ref": "refs/tags/v0.18.1",
"tag": "v0.18.1",
"version": "0.18.1",
"go": {
"version": "1.22"
},
Expand Down
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 132.0.2957.11-1
ENV EDGE_VERSION 133.0.2992.0-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": "9a5275360a68b093d9ab1cdc5976e0687943faf3562a652206abf381c55af9a6",
"version": "132.0.2957.11-1"
"sha256": "1fd064ff08f57689eebe5d41207eb0867f6e48e424018c750d3a2e6246d6cae0",
"version": "133.0.2992.0-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.34.0
ENV SIGNAL_DESKTOP_VERSION 7.35.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": "c6d349a5a920cf577acd5773b15934984810fe37eb3a3c26708c8408901f6f19",
"version": "7.34.0"
"sha256": "e2089c70b926be2d46baddc22388c26be587a7d198c8b1a56a0eb70c6de6cb4e",
"version": "7.35.0"
}

0 comments on commit ba6ec51

Please sign in to comment.