File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ steps:
160
160
161
161
- name : tag-pre-condition
162
162
pull : always
163
- image : alpine /git
163
+ image : drone /git
164
164
commands :
165
165
- git update-ref refs/heads/tag_test ${DRONE_COMMIT_SHA}
166
166
@@ -366,7 +366,7 @@ steps:
366
366
367
367
- name : update
368
368
pull : default
369
- image : alpine:3.11
369
+ image : alpine:3.12
370
370
commands :
371
371
- ./build/update-locales.sh
372
372
Original file line number Diff line number Diff line change 1
1
2
2
# ##################################
3
3
# Build stage
4
- FROM golang:1.14-alpine3.11 AS build-env
4
+ FROM golang:1.14-alpine3.12 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-all build
23
23
24
- FROM alpine:3.11
24
+ FROM alpine:3.12
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