Skip to content

Commit ff52d52

Browse files
committed
bump to 3.0.0-beta.8
1 parent f273cb2 commit ff52d52

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

lib/docker-opts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ async function resolveDockerRegistry() {
8181
return doResolveDockerRegistry(true);
8282
}
8383

84-
const IMAGE_VERSION = '1.6.1';
84+
const IMAGE_VERSION = '1.6.2';
8585

8686
async function resolveRuntimeToDockerImage(runtime, isBuild) {
8787
if (runtimeImageMap[runtime]) {

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alicloud/fun",
3-
"version": "3.0.0-beta.7",
3+
"version": "3.0.0-beta.8",
44
"description": "(have)Fun with Serverless",
55
"engines": {
66
"node": ">=8.6.0"

0 commit comments

Comments
 (0)