Skip to content
This repository was archived by the owner on Sep 22, 2020. It is now read-only.

Commit af17c9a

Browse files
committed
Update version to closure-compiler-parent-v20200614
1 parent 116d49e commit af17c9a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY qemu-*-static /usr/bin/
44

55
FROM builder
66

7-
ARG VERSION=v20200517
7+
ARG VERSION=closure-compiler-parent-v20200614
88
LABEL maintainer="Jay MOULIN <jaymoulin@gmail.com> <https://twitter.com/MoulinJay>"
99
LABEL version=${VERSION}
1010

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION ?= v20200517
2-
FULLVERSION ?= v20200517
1+
VERSION ?= closure-compiler-parent-v20200614
2+
FULLVERSION ?= closure-compiler-parent-v20200614
33
archs = amd64 arm32v6 arm64v8 i386
44

55
.PHONY: all build publish latest

0 commit comments

Comments
 (0)