We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80c18d2 commit 53bc033Copy full SHA for 53bc033
1 file changed
Dockerfile
@@ -13,13 +13,13 @@ RUN gcc -static -o membarrier_check membarrier_check.c
13
RUN strip membarrier_check
14
15
# Pull base image.
16
-FROM jlesage/baseimage-gui:alpine-3.23-v4.12.5
+FROM jlesage/baseimage-gui:alpine-3.24-v4.12.5
17
18
# Docker image version is provided via build arg.
19
ARG DOCKER_IMAGE_VERSION=
20
21
# Define software versions.
22
-ARG FIREFOX_VERSION=145.0-r0
+ARG FIREFOX_VERSION=151.0.3-r0
23
#ARG PROFILE_CLEANER_VERSION=2.36
24
25
# Define software download URLs.
0 commit comments