Update Dockerfile.native

This commit is contained in:
Yang Yang
2024-03-06 09:27:05 +08:00
committed by GitHub
parent a96b289522
commit a45efbc6ea

View File

@@ -13,7 +13,7 @@ RUN chmod +x mvnw && \
rm -rf /root/.m2
# Use a lightweight Linux base image with just enough runtime dependencies
FROM container-registry.oracle.com/os/oraclelinux:8-slim
FROM photon:latest
# Set the timezone
ENV TZ=Asia/Shanghai