Skip to content

Commit

Permalink
Update dependency alpine_3_21/firefox to v134 (#431)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Simão Silva <[email protected]>
  • Loading branch information
renovate[bot] and simao-silva authored Jan 9, 2025
1 parent 903bdd0 commit 57f68b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ FROM python:3.13.1-alpine@sha256:76400ba76ffc77f62f588f51b902ae763c2b0bfaecfda7a
ARG PIP_VERSION="24.3.1"

# renovate: datasource=repology depName=alpine_3_21/firefox versioning=loose
ARG FIREFOX_VERSION="133.0-r0"
ARG FIREFOX_VERSION="134.0-r0"

# renovate: datasource=repology depName=alpine_3_21/font-noto versioning=loose
ARG FONT_MOTO_VERSION="24.7.1-r0"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ ENV DEBIAN_FRONTEND=noninteractive
ARG PIP_VERSION="24.3.1"

# renovate: datasource=repology depName=debian_12/firefox-esr versioning=loose
ARG FIREFOX_VERSION="128.5.0esr-1~deb12u1"
ARG FIREFOX_VERSION="128.6.0esr-1~deb12u1"

# Install required packages
RUN apt-get update && \
Expand Down

0 comments on commit 57f68b9

Please sign in to comment.