Skip to content

Commit

Permalink
1. 增加基于 ipRegion 的访问策略
Browse files Browse the repository at this point in the history
 2. 优化channel id 生产(雪花算法)
 3. 更新JDK 17 镜像
  • Loading branch information
lin1810 committed Jul 27, 2024
1 parent 486a781 commit 1735eac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker_build/Client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE='eclipse-temurin:11-jre'
ARG BASE_IMAGE='eclipse-temurin:17-jre-alpine'
FROM $BASE_IMAGE
ARG JAVA_OPTS
ARG BASE_PATH=/NT
Expand Down
2 changes: 1 addition & 1 deletion docker_build/Server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE='eclipse-temurin:11-jre'
ARG BASE_IMAGE='eclipse-temurin:17-jre-alpine'
FROM $BASE_IMAGE
ARG JAVA_OPTS
ARG BASE_PATH=/NT
Expand Down

0 comments on commit 1735eac

Please sign in to comment.