Skip to content

Commit

Permalink
fix(src/dashboard-front/dockerfile): replace source (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
wklken authored Aug 9, 2024
1 parent 6788910 commit 5998ede
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions src/dashboard-front/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN npm run build:${EDITION:?}
FROM smebberson/alpine-nginx:3.0.0

RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.tencent.com/g' /etc/apk/repositories
RUN sed -i 's/dl-4.alpinelinux.org/mirrors.tencent.com/g' /etc/apk/repositories

RUN apk update && apk add gettext
RUN ln -sf /dev/stdout /var/log/nginx/access.log && \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- 2024-08-06 -->
# V1.13.13 版本更新日志
<!-- 2024-08-09 -->
# V1.13.14 版本更新日志

### 缺陷修复

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- 2024-08-06 -->
# V1.13.13 Release Log
<!-- 2024-08-09 -->
# V1.13.14 Release Log

### Bug Fixes

Expand Down

0 comments on commit 5998ede

Please sign in to comment.