Skip to content

Commit

Permalink
bump to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhe123 committed Nov 29, 2019
1 parent a0b8683 commit 524ddea
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lib/docker-opts.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ async function resolveDockerRegistry() {
return DOCKER_REGISTRY_CACHE;
}

const IMAGE_VERSION = '1.7.3';
const IMAGE_VERSION = '1.7.4';

async function resolveRuntimeToDockerImage(runtime, isBuild) {
if (runtimeImageMap[runtime]) {
Expand Down
12 changes: 6 additions & 6 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.1.3",
"version": "3.2.0",
"description": "(have)Fun with Serverless",
"engines": {
"node": ">=8.6.0"
Expand Down Expand Up @@ -48,7 +48,7 @@
"dependencies": {
"@alicloud/cloudapi": "^1.0.0",
"@alicloud/fc": "^1.2.3",
"@alicloud/fc-builders": "^0.5.0",
"@alicloud/fc-builders": "^0.6.0",
"@alicloud/fc2": "^2.1.1",
"@alicloud/log": "^1.1.0",
"@alicloud/mns": "^1.0.0",
Expand Down

0 comments on commit 524ddea

Please sign in to comment.