Skip to content

Commit 5f0000f

Browse files
authored
v3.5.0 (#737)
1 parent e7ead13 commit 5f0000f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

lib/docker-opts.js

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

69-
const IMAGE_VERSION = '1.7.7';
69+
const IMAGE_VERSION = '1.8.0';
7070

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

package-lock.json

Lines changed: 4 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.4.0",
3+
"version": "3.5.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.8.1",
52+
"@alicloud/fc-builders": "^0.9.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)