Skip to content

Commit

Permalink
bump to v3.6.0 (#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanDaoH authored Feb 16, 2020
1 parent 18f9016 commit 8cee24f
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion lib/docker-opts.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ async function resolveDockerRegistry() {
return DOCKER_REGISTRY_CACHE;
}

const IMAGE_VERSION = '1.9.0';
const IMAGE_VERSION = '1.9.1';

async function resolveRuntimeToDockerImage(runtime, isBuild) {
if (runtimeImageMap[runtime]) {
Expand Down
50 changes: 25 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alicloud/fun",
"version": "3.5.3",
"version": "3.6.0",
"description": "(have)Fun with Serverless",
"engines": {
"node": ">=8.6.0"
Expand Down Expand Up @@ -49,7 +49,7 @@
"dependencies": {
"@alicloud/cloudapi": "^1.0.0",
"@alicloud/fc": "^1.2.3",
"@alicloud/fc-builders": "^0.10.2",
"@alicloud/fc-builders": "^0.11.0",
"@alicloud/fc2": "^2.1.1",
"@alicloud/fnf-2019-03-15": "^1.1.0",
"@alicloud/log": "^1.1.0",
Expand Down

0 comments on commit 8cee24f

Please sign in to comment.