Skip to content

Commit ffe51ba

Browse files
committed
update gitea and portainer to latest
1 parent f384e08 commit ffe51ba

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docker/deployment/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
1515
LABEL maintainer="websoft9<help@websoft9.com>"
16-
LABEL version="2.20.3"
16+
LABEL version="2.33.3"
1717
COPY --from=builder /init_portainer /
1818

1919
ENTRYPOINT ["/init_portainer"]

docker/git/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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

55
LABEL maintainer="Websoft9<help@websoft9.com>"
6-
LABEL version="1.21.9"
6+
LABEL version="1.25.1"
77
COPY ./src/s6/user /etc/s6/user
88
RUN chmod -R 755 /etc/s6/user

0 commit comments

Comments
 (0)