Skip to content
This repository was archived by the owner on Apr 6, 2020. It is now read-only.

Commit 232e19b

Browse files
[Update]更新
1 parent 332de4a commit 232e19b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Version=1.5.2
33

44
# KOKO 对应版本的文件名 https://github.com/jumpserver/koko/releases/
5-
KokoAssets=koko-master-9ab4ea6-linux-amd64
5+
KokoAssets=koko-master-6d4e69b-linux-amd64
66

77
# MYSQL_ROOT_PASSWORD不支持纯数字, 字符串位数推荐大于等于 8
88
MYSQL_ROOT_PASSWORD=oM0aevSQaH8Bd2Bgg5cX8lOd

koko/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM alpine:3.9
22
WORKDIR /opt/coco
33
ARG Version=1.5.2
4-
ARG KokoAssets=koko-master-9ab4ea6-linux-amd64
4+
ARG KokoAssets=koko-master-6d4e69b-linux-amd64
55

66
RUN set -ex \
77
&& sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/' /etc/apk/repositories \

0 commit comments

Comments
 (0)