mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
improve service
This commit is contained in:
parent
63582ea263
commit
76b2ec5f0f
1 changed files with 2 additions and 2 deletions
|
@ -11,9 +11,9 @@ RUN chmod +x /init_portainer
|
|||
|
||||
# step2: Copy build go program to portainer
|
||||
# Dockerfile refer to: https://github.com/portainer/portainer/blob/develop/build/linux/Dockerfile
|
||||
FROM portainer/portainer-ce:2.20.1
|
||||
FROM portainer/portainer-ce:2.20.3
|
||||
LABEL maintainer="websoft9<help@websoft9.com>"
|
||||
LABEL version="2.20.1"
|
||||
LABEL version="2.20.3"
|
||||
COPY --from=builder /init_portainer /
|
||||
|
||||
ENTRYPOINT ["/init_portainer"]
|
Loading…
Reference in a new issue