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 7bac59e commit ab4cc0eCopy full SHA for ab4cc0e
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.20-v4.6.7
+FROM jlesage/baseimage-gui:alpine-3.21-v4.6.7
17
18
# Docker image version is provided via build arg.
19
ARG DOCKER_IMAGE_VERSION=
20
21
# Define software versions.
22
-ARG FIREFOX_VERSION=132.0.2-r0
+ARG FIREFOX_VERSION=133.0-r0
23
#ARG PROFILE_CLEANER_VERSION=2.36
24
25
# Define software download URLs.
0 commit comments