Skip to content

Commit

Permalink
bump to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhe123 committed Dec 6, 2019
1 parent 1dae761 commit d3514ed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.4';
const IMAGE_VERSION = '1.7.5';

async function resolveRuntimeToDockerImage(runtime, isBuild) {
if (runtimeImageMap[runtime]) {
Expand Down
8 changes: 4 additions & 4 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.2.0",
"version": "3.2.1",
"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.6.0",
"@alicloud/fc-builders": "^0.7.0",
"@alicloud/fc2": "^2.1.1",
"@alicloud/log": "^1.1.0",
"@alicloud/mns": "^1.0.0",
Expand Down

0 comments on commit d3514ed

Please sign in to comment.