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 @@ -324,7 +324,7 @@ steps:
324
324
325
325
- name : update
326
326
pull : default
327
- image : alpine:3.10
327
+ image : alpine:3.11
328
328
commands :
329
329
- mv ./options/locale/locale_en-US.ini ./options/
330
330
- " 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}
@@ -23,7 +23,7 @@ WORKDIR ${GOPATH}/src/code.gitea.io/gitea
23
23
RUN if [ -n "${GITEA_VERSION}" ]; then git checkout "${GITEA_VERSION}" ; fi \
24
24
&& make GITEA_VERSION="${VERSION}" clean generate build
25
25
26
- FROM alpine:3.10
26
+ FROM alpine:3.11
27
27
LABEL maintainer=
"[email protected] "
28
28
29
29
RUN set -s && \
You can’t perform that action at this time.
0 commit comments