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 @@ -24,7 +24,7 @@ pipeline:
24
24
branch : [ master ]
25
25
26
26
update-translations :
27
- image : alpine:3.7
27
+ image : alpine:3.10
28
28
commands :
29
29
- mv ./options/locale/locale_en-US.ini ./options/
30
30
- sed -i -e 's/="/=/g' -e 's/"$$//g' ./options/locale/*.ini
@@ -163,7 +163,7 @@ pipeline:
163
163
event : [ tag ]
164
164
165
165
test-mysql8 :
166
- image : golang:1.11
166
+ image : golang:1.12
167
167
pull : true
168
168
group : test
169
169
environment :
@@ -294,7 +294,7 @@ pipeline:
294
294
branch : [ master ]
295
295
296
296
docker-dryrun :
297
- image : plugins/docker:17.12
297
+ image : plugins/docker:18.09
298
298
pull : true
299
299
repo : gitea/gitea
300
300
cache_from : gitea/gitea
@@ -303,7 +303,7 @@ pipeline:
303
303
event : [ pull_request ]
304
304
305
305
release-docker :
306
- image : plugins/docker:17.12
306
+ image : plugins/docker:18.09
307
307
pull : true
308
308
secrets : [ docker_username, docker_password ]
309
309
repo : gitea/gitea
@@ -314,7 +314,7 @@ pipeline:
314
314
branch : [ release/* ]
315
315
316
316
docker :
317
- image : plugins/docker:17.12
317
+ image : plugins/docker:18.09
318
318
secrets : [ docker_username, docker_password ]
319
319
pull : true
320
320
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
ARG GITEA_VERSION
7
7
ARG TAGS="sqlite sqlite_unlock_notify"
@@ -18,7 +18,7 @@ WORKDIR ${GOPATH}/src/code.gitea.io/gitea
18
18
RUN if [ -n "${GITEA_VERSION}" ]; then git checkout "${GITEA_VERSION}" ; fi \
19
19
&& make clean generate build
20
20
21
- FROM alpine:3.9
21
+ FROM alpine:3.10
22
22
LABEL maintainer=
"[email protected] "
23
23
24
24
EXPOSE 22 3000
You can’t perform that action at this time.
0 commit comments