Skip to content

Commit

Permalink
Updated Firefox to version 120.0.1-r0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlesage committed Jan 20, 2024
1 parent 55b696e commit 07172d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 07172d4

Please sign in to comment.