更新 Dockerfile

This commit is contained in:
Clivia
2024-02-17 14:31:12 +08:00
committed by GitHub
parent e2fd57eb56
commit 4a070adb20

View File

@@ -13,7 +13,7 @@ RUN chmod +x mvnw && \
rm -rf /root/.m2
# Use Distroless as base image
FROM frolvlad/alpine-glibc:latest
FROM container-registry.oracle.com/os/oraclelinux:8-slim
RUN apk update \
&& apk upgrade \