File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -600,7 +600,7 @@ steps:
600
600
from_secret : crowdin_key
601
601
602
602
- name : update
603
- image : alpine:3.13
603
+ image : alpine:3.17
604
604
pull : always
605
605
commands :
606
606
- ./build/update-locales.sh
Original file line number Diff line number Diff line change 1
1
# Build stage
2
- FROM golang:1.19-alpine3.16 AS build-env
2
+ FROM golang:1.19-alpine3.17 AS build-env
3
3
4
4
ARG GOPROXY
5
5
ENV GOPROXY ${GOPROXY:-direct}
@@ -23,7 +23,7 @@ RUN if [ -n "${GITEA_VERSION}" ]; then git checkout "${GITEA_VERSION}"; fi \
23
23
# Begin env-to-ini build
24
24
RUN go build contrib/environment-to-ini/environment-to-ini.go
25
25
26
- FROM alpine:3.16
26
+ FROM alpine:3.17
27
27
LABEL maintainer="maintainers@gitea.io"
28
28
29
29
EXPOSE 22 3000
Original file line number Diff line number Diff line change 1
1
#Build stage
2
- FROM golang:1.19-alpine3.16 AS build-env
2
+ FROM golang:1.19-alpine3.17 AS build-env
3
3
4
4
ARG GOPROXY
5
5
ENV GOPROXY ${GOPROXY:-direct}
@@ -23,7 +23,7 @@ RUN if [ -n "${GITEA_VERSION}" ]; then git checkout "${GITEA_VERSION}"; fi \
23
23
# Begin env-to-ini build
24
24
RUN go build contrib/environment-to-ini/environment-to-ini.go
25
25
26
- FROM alpine:3.16
26
+ FROM alpine:3.17
27
27
LABEL maintainer="maintainers@gitea.io"
28
28
29
29
EXPOSE 2222 3000
You can’t perform that action at this time.
0 commit comments