diff options
author | techknowlogick <hello@techknowlogick.com> | 2019-06-20 19:47:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-20 19:47:51 -0400 |
commit | 8db4541ecf626f43449d89f15a65ac530509d205 (patch) | |
tree | cb29c1ed5c3880dff45518fa26a1f02a790f8a1d /.drone.yml | |
parent | de9b398cde5f8882387a5efd318ca7d42333d20f (diff) | |
download | gitea-8db4541ecf626f43449d89f15a65ac530509d205.tar.gz gitea-8db4541ecf626f43449d89f15a65ac530509d205.zip |
Alpine 3.10 (#7256)
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.drone.yml b/.drone.yml index df972ee0b4..fca798d288 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,7 +24,7 @@ pipeline: branch: [ master ] update-translations: - image: alpine:3.7 + image: alpine:3.10 commands: - mv ./options/locale/locale_en-US.ini ./options/ - sed -i -e 's/="/=/g' -e 's/"$$//g' ./options/locale/*.ini @@ -163,7 +163,7 @@ pipeline: event: [ tag ] test-mysql8: - image: golang:1.11 + image: golang:1.12 pull: true group: test environment: @@ -294,7 +294,7 @@ pipeline: branch: [ master ] docker-dryrun: - image: plugins/docker:17.12 + image: plugins/docker:18.09 pull: true repo: gitea/gitea cache_from: gitea/gitea @@ -303,7 +303,7 @@ pipeline: event: [ pull_request ] release-docker: - image: plugins/docker:17.12 + image: plugins/docker:18.09 pull: true secrets: [ docker_username, docker_password ] repo: gitea/gitea @@ -314,7 +314,7 @@ pipeline: branch: [ release/* ] docker: - image: plugins/docker:17.12 + image: plugins/docker:18.09 secrets: [ docker_username, docker_password ] pull: true repo: gitea/gitea |