diff options
author | techknowlogick <techknowlogick@gitea.io> | 2021-07-15 21:54:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-16 09:54:39 +0800 |
commit | 7b31aae414fe8c4117ffd2d2c284d111e52f700e (patch) | |
tree | 99182eeae5b0b797dd9e2eb096271e0699343e6f /.drone.yml | |
parent | fdb0e82148136f5fe5fdeba666a6f0a30377b1f7 (diff) | |
download | gitea-7b31aae414fe8c4117ffd2d2c284d111e52f700e.tar.gz gitea-7b31aae414fe8c4117ffd2d2c284d111e52f700e.zip |
revert to use alpine 3.13 (#16451)
Co-authored-by: zeripath <art27@cantab.net>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml index e766ba6134..62c448214f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -404,7 +404,7 @@ steps: - name: update pull: default - image: alpine:3.14 + image: alpine:3.13 commands: - ./build/update-locales.sh |