Skip to content

Commit

Permalink
Merge pull request #766 from tianon/update-versions
Browse files Browse the repository at this point in the history
Update firefox to 128.0.3
  • Loading branch information
tianon authored Jul 27, 2024
2 parents c15e615 + a86856d commit 4ecb878
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion firefox/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 128.0.2
ENV FIREFOX_VERSION 128.0.3

RUN set -eux; \
savedAptMark="$(apt-mark showmanual)"; \
Expand Down
2 changes: 1 addition & 1 deletion firefox/versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "128.0.2"
"version": "128.0.3"
}

0 comments on commit 4ecb878

Please sign in to comment.