diff --git a/Dockerfile b/Dockerfile
index e8a55f3..175e1ac 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,8 @@
# FROM registry.ap-northeast-1.aliyuncs.com/southwave/jdk17-template:latest
FROM amazoncorretto:17-alpine
# 安装 fontconfig 和 DejaVu 字体 (这是一个通用且免费的字体包)
-RUN apk --no-cache add fontconfig ttf-dejavu
+RUN apk --no-cache upgrade && \
+ apk --no-cache add fontconfig ttf-dejavu
WORKDIR /app
COPY target/data-center-sender.jar app.jar
diff --git a/pom.xml b/pom.xml
index d661247..264e7c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -469,40 +469,19 @@
-
-
- io.fabric8
- docker-maven-plugin
- 0.38.1
-
-
- AKIAR26KHSVRUEAKRBPZ
- wmMPx9vypaNi5ZIlyz4c018hKCb2M1dnGBdA+oh2
-
-
-
- ${aws.ecr.registry}/aeon-prod/${aws.ecr.repositoryProd}:latest
- ${aws.ecr.registry}
-
- ${project.basedir}/Dockerfile
-
-
-
-
-
-
+
-
-
+
+
-
+
@@ -511,6 +490,27 @@
+
+
+ io.fabric8
+ docker-maven-plugin
+ 0.38.1
+
+
+ AKIAVSKFRQDPNWHJDSHL
+ DqGyOiVFKI50/Ix+cjvj25vPL2tC7NJrJ7fqzn/g
+
+
+
+ ${aws.ecr.registryTest}/aeon/${aws.ecr.repository}:latest
+ ${aws.ecr.registry}
+
+ ${project.basedir}/Dockerfile
+
+
+
+
+