Update Dockerfile

This commit is contained in:
qiaofeng1227 2024-12-09 10:10:56 +08:00 committed by GitHub
parent f127b6089f
commit 32c5ad72c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ RUN chmod +x /init_portainer
# Dockerfile refer to: https://github.com/portainer/portainer/blob/develop/build/linux/Dockerfile # Dockerfile refer to: https://github.com/portainer/portainer/blob/develop/build/linux/Dockerfile
FROM portainer/portainer-ce:2.20.3 FROM portainer/portainer-ce:2.20.3
LABEL maintainer="websoft9<help@websoft9.com>" LABEL maintainer="websoft9<help@websoft9.com>"
LABEL version="2.20.3-rc1" LABEL version="2.20.3"
COPY --from=builder /init_portainer / COPY --from=builder /init_portainer /
ENTRYPOINT ["/init_portainer"] ENTRYPOINT ["/init_portainer"]