mirror of
https://github.com/woodchen-ink/docker-firefox.git
synced 2025-07-18 05:42:00 +08:00
Fixed location of the docker image version argument.
This commit is contained in:
parent
bb72e1a2c7
commit
1f1556f59b
@ -4,11 +4,12 @@
|
||||
# https://github.com/jlesage/docker-firefox
|
||||
#
|
||||
|
||||
ARG DOCKER_IMAGE_VERSION=unknown
|
||||
|
||||
# Pull base image.
|
||||
FROM jlesage/baseimage-gui:alpine-3.9-v3.5.2
|
||||
|
||||
# Docker image version is provided via build arg.
|
||||
ARG DOCKER_IMAGE_VERSION=unknown
|
||||
|
||||
# Define software versions.
|
||||
ARG FIREFOX_VERSION=68.0.2-r0
|
||||
ARG JSONLZ4_VERSION=c4305b8
|
||||
|
Loading…
x
Reference in New Issue
Block a user