Skip to content

Commit 8cee24f

Browse files
authored
bump to v3.6.0 (#775)
1 parent 18f9016 commit 8cee24f

File tree

3 files changed

+28
-28
lines changed

3 files changed

+28
-28
lines changed

lib/docker-opts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ async function resolveDockerRegistry() {
6767
return DOCKER_REGISTRY_CACHE;
6868
}
6969

70-
const IMAGE_VERSION = '1.9.0';
70+
const IMAGE_VERSION = '1.9.1';
7171

7272
async function resolveRuntimeToDockerImage(runtime, isBuild) {
7373
if (runtimeImageMap[runtime]) {

package-lock.json

Lines changed: 25 additions & 25 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.5.3",
3+
"version": "3.6.0",
44
"description": "(have)Fun with Serverless",
55
"engines": {
66
"node": ">=8.6.0"
@@ -49,7 +49,7 @@
4949
"dependencies": {
5050
"@alicloud/cloudapi": "^1.0.0",
5151
"@alicloud/fc": "^1.2.3",
52-
"@alicloud/fc-builders": "^0.10.2",
52+
"@alicloud/fc-builders": "^0.11.0",
5353
"@alicloud/fc2": "^2.1.1",
5454
"@alicloud/fnf-2019-03-15": "^1.1.0",
5555
"@alicloud/log": "^1.1.0",

0 commit comments

Comments
 (0)