File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -326,7 +326,7 @@ steps:
326
326
327
327
- name : update
328
328
pull : default
329
- image : alpine:3.10
329
+ image : alpine:3.11
330
330
commands :
331
331
- mv ./options/locale/locale_en-US.ini ./options/
332
332
- " sed -i -e 's/=\" /=/g' -e 's/\" $$//g' ./options/locale/*.ini"
Original file line number Diff line number Diff line change 1
1
2
2
# ##################################
3
3
# Build stage
4
- FROM golang:1.13-alpine3.10 AS build-env
4
+ FROM golang:1.13-alpine3.11 AS build-env
5
5
6
6
ARG GOPROXY
7
7
ENV GOPROXY ${GOPROXY:-direct}
@@ -21,7 +21,7 @@ WORKDIR ${GOPATH}/src/code.gitea.io/gitea
21
21
RUN if [ -n "${GITEA_VERSION}" ]; then git checkout "${GITEA_VERSION}" ; fi \
22
22
&& make clean build
23
23
24
- FROM alpine:3.10
24
+ FROM alpine:3.11
25
25
LABEL maintainer=
"[email protected] "
26
26
27
27
EXPOSE 22 3000
You can’t perform that action at this time.
0 commit comments