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 1735eac commit 8f53926
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ jobs:
uses: docker/setup-buildx-action@v2
- name: "Build and save docker images"
env:
BASE_IMAGE: eclipse-temurin:17-jre-alpine
BASE_IMAGE: eclipse-temurin:17-jre-jammy
run: |
make docker.push || make docker.push
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:17-jre-alpine'
ARG BASE_IMAGE='eclipse-temurin:17-jre-jammy'
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:17-jre-alpine'
ARG BASE_IMAGE='eclipse-temurin:17-jre-jammy'
FROM $BASE_IMAGE
ARG JAVA_OPTS
ARG BASE_PATH=/NT
Expand Down

0 comments on commit 8f53926

Please sign in to comment.