Skip to content

Commit 8db4541

Browse files
Alpine 3.10 (#7256)
1 parent de9b398 commit 8db4541

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.drone.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pipeline:
2424
branch: [ master ]
2525

2626
update-translations:
27-
image: alpine:3.7
27+
image: alpine:3.10
2828
commands:
2929
- mv ./options/locale/locale_en-US.ini ./options/
3030
- sed -i -e 's/="/=/g' -e 's/"$$//g' ./options/locale/*.ini
@@ -163,7 +163,7 @@ pipeline:
163163
event: [ tag ]
164164

165165
test-mysql8:
166-
image: golang:1.11
166+
image: golang:1.12
167167
pull: true
168168
group: test
169169
environment:
@@ -294,7 +294,7 @@ pipeline:
294294
branch: [ master ]
295295

296296
docker-dryrun:
297-
image: plugins/docker:17.12
297+
image: plugins/docker:18.09
298298
pull: true
299299
repo: gitea/gitea
300300
cache_from: gitea/gitea
@@ -303,7 +303,7 @@ pipeline:
303303
event: [ pull_request ]
304304

305305
release-docker:
306-
image: plugins/docker:17.12
306+
image: plugins/docker:18.09
307307
pull: true
308308
secrets: [ docker_username, docker_password ]
309309
repo: gitea/gitea
@@ -314,7 +314,7 @@ pipeline:
314314
branch: [ release/* ]
315315

316316
docker:
317-
image: plugins/docker:17.12
317+
image: plugins/docker:18.09
318318
secrets: [ docker_username, docker_password ]
319319
pull: true
320320
repo: gitea/gitea

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
###################################
33
#Build stage
4-
FROM golang:1.12-alpine3.9 AS build-env
4+
FROM golang:1.12-alpine3.10 AS build-env
55

66
ARG GITEA_VERSION
77
ARG TAGS="sqlite sqlite_unlock_notify"
@@ -18,7 +18,7 @@ WORKDIR ${GOPATH}/src/code.gitea.io/gitea
1818
RUN if [ -n "${GITEA_VERSION}" ]; then git checkout "${GITEA_VERSION}"; fi \
1919
&& make clean generate build
2020

21-
FROM alpine:3.9
21+
FROM alpine:3.10
2222
LABEL maintainer="[email protected]"
2323

2424
EXPOSE 22 3000

0 commit comments

Comments
 (0)