Skip to content

Commit

Permalink
Merge pull request #877 from tianon/update-versions
Browse files Browse the repository at this point in the history
Update versions
  • Loading branch information
tianon authored Dec 10, 2024
2 parents 42db9f3 + 06b8420 commit d245d94
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion firefox/Dockerfile
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ ENV PATH /opt/firefox:$PATH
# https://archive.mozilla.org/pub/firefox/releases/
# https://download-installer.cdn.mozilla.net/pub/firefox/releases/
# https://www.mozilla.org/en-US/firefox/all/#product-desktop-release
ENV FIREFOX_VERSION 133.0
ENV FIREFOX_VERSION 133.0.3

RUN set -eux; \
savedAptMark="$(apt-mark showmanual)"; \
2 changes: 1 addition & 1 deletion firefox/versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "133.0"
"version": "133.0.3"
}
4 changes: 2 additions & 2 deletions jenkins/versions.json
Original file line number Diff line number Diff line change
@@ -4,8 +4,8 @@
"lts"
],
"weekly": {
"sha256": "d8f539026aedcffa7c410792b16c7b9be64b73d23035322b84d9818b7d0c39c3",
"version": "2.488",
"sha256": "74111bf3ce1216f7f8356c2cef22b854d099a5aef08b6d5ca8b1f6af0b86d42d",
"version": "2.489",
"repo": "https://pkg.jenkins.io/debian"
},
"lts": {
2 changes: 1 addition & 1 deletion jenkins/weekly/Dockerfile
Original file line number Diff line number Diff line change
@@ -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.488
ENV JENKINS_VERSION 2.489

RUN set -eux; \
apt-get update; \
2 changes: 1 addition & 1 deletion microsoft-edge/dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 133.0.2992.0-1
ENV EDGE_VERSION 133.0.3000.0-1

RUN set -eux; \
apt-get update; \
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": "1fd064ff08f57689eebe5d41207eb0867f6e48e424018c750d3a2e6246d6cae0",
"version": "133.0.2992.0-1"
"sha256": "9f5103b717697adc4e29f3e246a404687c8850e55546ac707ecf349389cee82f",
"version": "133.0.3000.0-1"
}

0 comments on commit d245d94

Please sign in to comment.