Update Dockerfile.native

This commit is contained in:
Yang Yang
2024-03-06 09:14:30 +08:00
committed by GitHub
parent 452c33e58a
commit a96b289522

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 photon:latest
FROM container-registry.oracle.com/os/oraclelinux:8-slim
# Set the timezone
ENV TZ=Asia/Shanghai