File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# Build stage
2- FROM docker.io/library/golang:1.23-alpine3.20 AS build-env
2+ FROM docker.io/library/golang:1.23-alpine3.21 AS build-env
33
44ARG GOPROXY
55ENV GOPROXY=${GOPROXY:-direct}
@@ -41,7 +41,7 @@ RUN chmod 755 /tmp/local/usr/bin/entrypoint \
4141 /go/src/code.gitea.io/gitea/environment-to-ini
4242RUN chmod 644 /go/src/code.gitea.io/gitea/contrib/autocompletion/bash_autocomplete
4343
44- FROM docker.io/library/alpine:3.20
44+ FROM docker.io/library/alpine:3.21
4545LABEL maintainer=
"[email protected] " 4646
4747EXPOSE 22 3000
@@ -78,7 +78,7 @@ ENV GITEA_CUSTOM=/data/gitea
7878VOLUME ["/data" ]
7979
8080ENTRYPOINT ["/usr/bin/entrypoint" ]
81- CMD ["/bin/s6-svscan" , "/etc/s6" ]
81+ CMD ["/usr/ bin/s6-svscan" , "/etc/s6" ]
8282
8383COPY --from=build-env /tmp/local /
8484COPY --from=build-env /go/src/code.gitea.io/gitea/gitea /app/gitea/gitea
Original file line number Diff line number Diff line change 11# Build stage
2- FROM docker.io/library/golang:1.23-alpine3.20 AS build-env
2+ FROM docker.io/library/golang:1.23-alpine3.21 AS build-env
33
44ARG GOPROXY
55ENV GOPROXY=${GOPROXY:-direct}
@@ -39,7 +39,7 @@ RUN chmod 755 /tmp/local/usr/local/bin/docker-entrypoint.sh \
3939 /go/src/code.gitea.io/gitea/environment-to-ini
4040RUN chmod 644 /go/src/code.gitea.io/gitea/contrib/autocompletion/bash_autocomplete
4141
42- FROM docker.io/library/alpine:3.20
42+ FROM docker.io/library/alpine:3.21
4343LABEL maintainer="
[email protected] "
4444
4545EXPOSE 2222 3000
You can’t perform that action at this time.
0 commit comments