Skip to content

Commit 58a0937

Browse files
committed
bump to 3.0.7
1 parent 373ff71 commit 58a0937

3 files changed

Lines changed: 125 additions & 7 deletions

File tree

lib/docker-opts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ async function resolveDockerRegistry() {
6262
return DOCKER_REGISTRY_CACHE;
6363
}
6464

65-
const IMAGE_VERSION = '1.6.6';
65+
const IMAGE_VERSION = '1.6.7';
6666

6767
async function resolveRuntimeToDockerImage(runtime, isBuild) {
6868
if (runtimeImageMap[runtime]) {

package-lock.json

Lines changed: 122 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alicloud/fun",
3-
"version": "3.0.6",
3+
"version": "3.0.7",
44
"description": "(have)Fun with Serverless",
55
"engines": {
66
"node": ">=8.6.0"
@@ -48,7 +48,7 @@
4848
"dependencies": {
4949
"@alicloud/cloudapi": "^1.0.0",
5050
"@alicloud/fc": "^1.2.3",
51-
"@alicloud/fc-builders": "^0.2.4",
51+
"@alicloud/fc-builders": "^0.3.0",
5252
"@alicloud/fc2": "^2.1.1",
5353
"@alicloud/log": "^1.1.0",
5454
"@alicloud/mns": "^1.0.0",

0 commit comments

Comments
 (0)