Skip to content

Commit 6fc6878

Browse files
committed
fix: fix docker image tag and tsconfig target
Signed-off-by: frank-zsy <[email protected]>
1 parent 8d44af2 commit 6fc6878

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sample_data/build/build_image.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
docker image rm open-digger-clickhouse-base:v2
2-
docker buildx build --push --platform linux/amd64,linux/arm64 --tag open-digger-docker-registry.cn-beijing.cr.aliyuncs.com/open-digger/open-digger-clickhouse-base:v2 .
2+
docker buildx build --push --platform linux/amd64,linux/arm64 --tag registry.cn-beijing.aliyuncs.com/open-digger/open-digger-clickhouse-base:v2 .

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compileOnSave": true,
33
"compilerOptions": {
4-
"target": "es2017",
4+
"target": "es2021",
55
"module": "commonjs",
66
"strict": true,
77
"noImplicitAny": false,

0 commit comments

Comments
 (0)