File tree 2 files changed +7
-7
lines changed 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ pipeline:
21
21
branch : [ master ]
22
22
23
23
update-translations :
24
- image : alpine:3.7
24
+ image : alpine:3.10
25
25
commands :
26
26
- mv ./options/locale/locale_en-US.ini ./options/
27
27
- sed -i -e 's/="/=/g' -e 's/"$$//g' ./options/locale/*.ini
@@ -164,7 +164,7 @@ pipeline:
164
164
event : [ tag ]
165
165
166
166
test-mysql8 :
167
- image : golang:1.11
167
+ image : golang:1.12
168
168
pull : true
169
169
group : test
170
170
environment :
@@ -297,7 +297,7 @@ pipeline:
297
297
branch : [ master ]
298
298
299
299
docker-dryrun :
300
- image : plugins/docker:17.12
300
+ image : plugins/docker:18.09
301
301
pull : true
302
302
repo : gitea/gitea
303
303
cache_from : gitea/gitea
@@ -306,7 +306,7 @@ pipeline:
306
306
event : [ pull_request ]
307
307
308
308
release-docker :
309
- image : plugins/docker:17.12
309
+ image : plugins/docker:18.09
310
310
pull : true
311
311
secrets : [ docker_username, docker_password ]
312
312
repo : gitea/gitea
@@ -317,7 +317,7 @@ pipeline:
317
317
branch : [ release/* ]
318
318
319
319
docker :
320
- image : plugins/docker:17.12
320
+ image : plugins/docker:18.09
321
321
secrets : [ docker_username, docker_password ]
322
322
pull : true
323
323
repo : gitea/gitea
Original file line number Diff line number Diff line change 1
1
2
2
# ##################################
3
3
# Build stage
4
- FROM golang:1.12-alpine3.9 AS build-env
4
+ FROM golang:1.12-alpine3.10 AS build-env
5
5
6
6
# Build deps
7
7
RUN apk --no-cache add build-base git
@@ -19,7 +19,7 @@ WORKDIR ${GOPATH}/src/code.gitea.io/gitea
19
19
RUN if [ -n "${GITEA_VERSION}" ]; then git checkout "${GITEA_VERSION}" ; fi \
20
20
&& make GITEA_VERSION="${VERSION}" clean generate build
21
21
22
- FROM alpine:3.9
22
+ FROM alpine:3.10
23
23
LABEL maintainer=
"[email protected] "
24
24
25
25
RUN set -s && \
You can’t perform that action at this time.
0 commit comments