Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 authored Dec 9, 2024
1 parent f127b60 commit 32c5ad7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/deployment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN chmod +x /init_portainer
# Dockerfile refer to: https://github.com/portainer/portainer/blob/develop/build/linux/Dockerfile
FROM portainer/portainer-ce:2.20.3
LABEL maintainer="websoft9<help@websoft9.com>"
LABEL version="2.20.3-rc1"
LABEL version="2.20.3"
COPY --from=builder /init_portainer /

ENTRYPOINT ["/init_portainer"]
ENTRYPOINT ["/init_portainer"]

0 comments on commit 32c5ad7

Please sign in to comment.