Skip to content

Commit

Permalink
fix: fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
trickMin committed Oct 17, 2023
1 parent 0425acc commit 2f8fdb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hango-api-plane-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hub.c.163.com/qingzhou/tomcat-8.5-jdk8-openjdk-skiff:v1.2-191015
FROM hangoio/tomcat-8.5-jdk8-openjdk-skiff:v1.8-221102-multi

ENV TZ=Asia/Shanghai LANG=C.UTF-8 LANGUAGE=C.UTF-8 LC_ALL=C.UTF-8
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
Expand Down

0 comments on commit 2f8fdb3

Please sign in to comment.