File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
FROM femtopixel/google-chrome-headless:71.0.3578.98-amd64
2
2
3
- ARG VERSION=v4.1 .0
3
+ ARG VERSION=v4.2 .0
4
4
5
5
LABEL maintainer="Jay MOULIN <jaymoulin@gmail.com> <http://twitter.com/MoulinJay>"
6
6
LABEL version="${VERSION}"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM femtopixel/google-chrome-headless:0.2.0-arm32v7
2
2
3
3
COPY qemu-arm-static /usr/bin
4
4
5
- ARG VERSION=v4.1 .0
5
+ ARG VERSION=v4.2 .0
6
6
7
7
LABEL maintainer="Jay MOULIN <jaymoulin@gmail.com> <http://twitter.com/MoulinJay>"
8
8
LABEL version="${VERSION}"
Original file line number Diff line number Diff line change 1
1
CACHE ?= --no-cache=1
2
- VERSION ?= v4.1 .0
3
- FULLVERSION ?= v4.1 .0
2
+ VERSION ?= v4.2 .0
3
+ FULLVERSION ?= v4.2 .0
4
4
archs ?= arm32v7 amd64
5
5
.PHONY : all build publish latest
6
6
all : build publish latest
You can’t perform that action at this time.
0 commit comments