mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
Update Dockerfile
This commit is contained in:
parent
d4e95b42c6
commit
923f8bef93
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# modify time: 202403261343, you can modify here to trigger Docker Build action
|
||||
# modify time: 202404101102, you can modify here to trigger Docker Build action
|
||||
# step1: Build entrypoint execute program init_portainer by golang
|
||||
|
||||
FROM golang:latest AS builder
|
||||
|
@ -14,9 +14,9 @@ RUN chmod +x /endpoint
|
|||
|
||||
# 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.0
|
||||
FROM portainer/portainer-ce:2.20.1
|
||||
LABEL maintainer="websoft9<help@websoft9.com>"
|
||||
LABEL version="2.20.0"
|
||||
LABEL version="2.20.1-rc1"
|
||||
COPY --from=builder /init_portainer /
|
||||
COPY --from=builder /endpoint /
|
||||
|
||||
|
|
Loading…
Reference in a new issue