mirror of
https://github.com/woodchen-ink/docker-firefox.git
synced 2025-07-18 05:42:00 +08:00
Updated Firefox to version 120.0.1-r0.
This commit is contained in:
parent
55b696e86b
commit
07172d48c4
@ -13,13 +13,13 @@ RUN gcc -static -o membarrier_check membarrier_check.c
|
||||
RUN strip membarrier_check
|
||||
|
||||
# Pull base image.
|
||||
FROM jlesage/baseimage-gui:alpine-3.18-v4.5.3
|
||||
FROM jlesage/baseimage-gui:alpine-3.19-v4.5.3
|
||||
|
||||
# Docker image version is provided via build arg.
|
||||
ARG DOCKER_IMAGE_VERSION=
|
||||
|
||||
# Define software versions.
|
||||
ARG FIREFOX_VERSION=119.0-r0
|
||||
ARG FIREFOX_VERSION=120.0.1-r0
|
||||
#ARG PROFILE_CLEANER_VERSION=2.36
|
||||
|
||||
# Define software download URLs.
|
||||
|
Loading…
x
Reference in New Issue
Block a user