Skip to content

Commit

Permalink
v0.9.19 bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
trheyi committed Jan 4, 2022
1 parent 1740847 commit 7d8564a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docker/yao/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ===========================================
# Yao 0.9.18+ MySQL 8.0.27
# docker build -t yaoapp/yao:0.9.18 .
# Yao 0.9.19+ MySQL 8.0.27
# docker build -t yaoapp/yao:0.9.19 .
# ===========================================
FROM debian:buster-slim
RUN groupadd -r yao && useradd -r -g yao yao
Expand All @@ -11,7 +11,7 @@ RUN sed -i 's#http://deb.debian.org#http://mirrors.163.com#g' /etc/apt/sources.l
mkdir -p /data/app/db && \
chown -R yao:yao /data && \
echo user=root >> /etc/supervisor/supervisord.conf && \
curl -fsSL https://demo-crm.iqka.com/releases/0.9.18/install.sh | bash
curl -fsSL https://demo-crm.iqka.com/releases/0.9.19/install.sh | bash

COPY conf/yao.conf /etc/supervisor/conf.d/yao.conf
COPY conf/yao.env /data/app/.env
Expand Down
2 changes: 1 addition & 1 deletion share/const.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package share

// VERSION 版本号
const VERSION = "0.9.18"
const VERSION = "0.9.19"

// DOMAIN 许可域(废弃)
const DOMAIN = "*.iqka.com"
Expand Down

0 comments on commit 7d8564a

Please sign in to comment.