Skip to content

Commit

Permalink
Merge pull request #489 from tianon/update-versions
Browse files Browse the repository at this point in the history
Update versions
  • Loading branch information
tianon authored Aug 4, 2023
2 parents 25de43f + 8178a48 commit e32b7d8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion diffoscope/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN set -eux; \
rm -rf /var/lib/apt/lists/*

# https://pypi.org/project/diffoscope/
ENV DIFFOSCOPE_VERSION 246
ENV DIFFOSCOPE_VERSION 247

RUN set -eux; \
pip install --no-cache-dir "diffoscope[distro_detection,cmdline] == $DIFFOSCOPE_VERSION"; \
Expand Down
2 changes: 1 addition & 1 deletion diffoscope/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"python": {
"version": "3.10"
},
"version": "246"
"version": "247"
}
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 116.0
ENV FIREFOX_VERSION 116.0.1

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": "116.0"
"version": "116.0.1"
}

0 comments on commit e32b7d8

Please sign in to comment.