Skip to content

Commit

Permalink
bump to 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhe123 committed Sep 18, 2019
1 parent 4080fd2 commit e37ddd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LATEST
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.1
1.6.2
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ SHELL = /bin/bash
IMAGE_PREFIX ?= runtime-
REPO ?= aliyunfc

RUNTIMES ?= java8 nodejs6 nodejs8 python2.7 python3.6 php7.2 custom
RUNTIMES ?= java8 nodejs6 nodejs8 nodejs10 python2.7 python3.6 php7.2 custom
VARIANTS ?= base build run

FUN_VERSION ?= v2.16.5
FCLI_VERSION ?= v1.0.2
FUN_INSTALL_VERSION ?= v0.1.0
FUN_INSTALL_VERSION ?= v0.2.0

# build or empty
TAG_PREFIX := $(VARIANT:run%=%)
Expand Down

0 comments on commit e37ddd2

Please # to comment.