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 @@ -404,7 +404,7 @@ steps:
404
404
405
405
- name : update
406
406
pull : default
407
- image : alpine:3.12
407
+ image : alpine:3.13
408
408
commands :
409
409
- ./build/update-locales.sh
410
410
Original file line number Diff line number Diff line change 1
1
2
2
# ##################################
3
3
# Build stage
4
- FROM golang:1.15-alpine3.12 AS build-env
4
+ FROM golang:1.15-alpine3.13 AS build-env
5
5
6
6
ARG GOPROXY
7
7
ENV GOPROXY ${GOPROXY:-direct}
@@ -22,7 +22,7 @@ WORKDIR ${GOPATH}/src/code.gitea.io/gitea
22
22
RUN if [ -n "${GITEA_VERSION}" ]; then git checkout "${GITEA_VERSION}" ; fi \
23
23
&& make clean-all build
24
24
25
- FROM alpine:3.12
25
+ FROM alpine:3.13
26
26
LABEL maintainer=
"[email protected] "
27
27
28
28
EXPOSE 22 3000
Original file line number Diff line number Diff line change 1
1
2
2
###################################
3
3
#Build stage
4
- FROM golang:1.15-alpine3.12 AS build-env
4
+ FROM golang:1.15-alpine3.13 AS build-env
5
5
6
6
ARG GOPROXY
7
7
ENV GOPROXY ${GOPROXY:-direct}
@@ -22,7 +22,7 @@ WORKDIR ${GOPATH}/src/code.gitea.io/gitea
22
22
RUN if [ -n "${GITEA_VERSION}" ]; then git checkout "${GITEA_VERSION}"; fi \
23
23
&& make clean-all build
24
24
25
- FROM alpine:3.12
25
+ FROM alpine:3.13
26
26
LABEL maintainer="
[email protected] "
27
27
28
28
EXPOSE 2222 3000
You can’t perform that action at this time.
0 commit comments