Skip to content

Commit

Permalink
Merge pull request #542 from tianon/update-versions
Browse files Browse the repository at this point in the history
Update versions
  • Loading branch information
tianon authored Oct 18, 2023
2 parents 7e9c6e0 + 0c0bca2 commit 086fb73
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": "ef958bbea34dadbcd446484d6757ddabc9884a6e354a18dd78a59e3954b6cf09",
"version": "2.427",
"sha256": "0c6a136732e3f99aaef3e1419128d23be74676bbad4f35772a2cfa418dfddf17",
"version": "2.428",
"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.427
ENV JENKINS_VERSION 2.428

RUN set -eux; \
apt-get update; \
Expand Down
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 118.0.2088.46-1
ENV EDGE_VERSION 119.0.2151.12-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": "bb4c3b08e628020729a9512c074b76ee2303d80195605089c84ef6b9628863bd",
"version": "118.0.2088.46-1"
"sha256": "4d22bf5a40b9073dc03116ea61f95db6083368aade1e1b699f77d8f9ed2c4ac0",
"version": "119.0.2151.12-1"
}

0 comments on commit 086fb73

Please sign in to comment.