mirror of
https://github.com/woodchen-ink/docker-firefox.git
synced 2025-07-18 13:52:02 +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
|
# https://github.com/jlesage/docker-firefox
|
||||||
#
|
#
|
||||||
|
|
||||||
ARG DOCKER_IMAGE_VERSION=unknown
|
|
||||||
|
|
||||||
# Pull base image.
|
# Pull base image.
|
||||||
FROM jlesage/baseimage-gui:alpine-3.9-v3.5.2
|
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.
|
# Define software versions.
|
||||||
ARG FIREFOX_VERSION=68.0.2-r0
|
ARG FIREFOX_VERSION=68.0.2-r0
|
||||||
ARG JSONLZ4_VERSION=c4305b8
|
ARG JSONLZ4_VERSION=c4305b8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user