Skip to content

Commit

Permalink
Merge pull request #826 from tianon/update-versions
Browse files Browse the repository at this point in the history
Update versions
  • Loading branch information
tianon authored Oct 16, 2024
2 parents 592c8a0 + 207fd5c commit 4511430
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions jenkins/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"lts"
],
"weekly": {
"sha256": "093110f6a09cb07bd756948d7a40389029862faea707419ffb731794b654d93c",
"version": "2.480",
"sha256": "cdeac3fbbb83875e912ba06065676ec6bee47c00018b9cdf5b99efadd9ef995f",
"version": "2.481",
"repo": "https://pkg.jenkins.io/debian"
},
"lts": {
Expand Down
2 changes: 1 addition & 1 deletion jenkins/weekly/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN set -eux; \

RUN echo 'deb [ signed-by=/etc/apt/keyrings/jenkins.gpg.asc ] https://pkg.jenkins.io/debian binary/' > /etc/apt/sources.list.d/jenkins.list

ENV JENKINS_VERSION 2.480
ENV JENKINS_VERSION 2.481

RUN set -eux; \
apt-get update; \
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 131.0.2875.0-1
ENV EDGE_VERSION 131.0.2889.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": "4911174fc66c021703c8fb93b6894bad53b67c65f565fce27ccc194b8e99fa0f",
"version": "131.0.2875.0-1"
"sha256": "5e65f67e2ce8c53122b1c64e2133e1c42637726514557eda51cef4f4fdf79558",
"version": "131.0.2889.0-1"
}

0 comments on commit 4511430

Please sign in to comment.