File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ RUN chmod +x /init_portainer
1111
1212# step2: Copy build go program to portainer
1313# Dockerfile refer to: https://github.com/portainer/portainer/blob/develop/build/linux/Dockerfile
14- FROM portainer/portainer-ce:2.20 .3
14+ FROM portainer/portainer-ce:2.33 .3
1515LABEL maintainer="websoft9<help@websoft9.com>"
16- LABEL version="2.20 .3"
16+ LABEL version="2.33 .3"
1717COPY --from=builder /init_portainer /
1818
1919ENTRYPOINT ["/init_portainer" ]
Original file line number Diff line number Diff line change 11# modify time: 202403261345, you can modify here to trigger Docker Build action
22# Dockerfile refer to: https://github.com/go-gitea/gitea/blob/main/Dockerfile
3- FROM gitea/gitea:1.21.9
3+ FROM gitea/gitea:1.25.1
44
55LABEL maintainer="Websoft9<help@websoft9.com>"
6- LABEL version="1.21.9 "
6+ LABEL version="1.25.1 "
77COPY ./src/s6/user /etc/s6/user
88RUN chmod -R 755 /etc/s6/user
You can’t perform that action at this time.
0 commit comments