diff options
author | techknowlogick <techknowlogick@gitea.io> | 2021-01-19 23:21:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-20 05:21:01 +0100 |
commit | b708968694841cb1df6038eaabb880d0fe59a7f4 (patch) | |
tree | 77fb366c8fb0332710ff74192ac8f69fe30a44fc /.drone.yml | |
parent | 135b0e502d93c591b21083794dc100b53e520477 (diff) | |
download | gitea-b708968694841cb1df6038eaabb880d0fe59a7f4.tar.gz gitea-b708968694841cb1df6038eaabb880d0fe59a7f4.zip |
upgrade to alpine 3.13 (#14343)
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 74dbf107bd..0531fb4a58 100644 --- a/.drone.yml +++ b/.drone.yml @@ -404,7 +404,7 @@ steps: - name: update pull: default - image: alpine:3.12 + image: alpine:3.13 commands: - ./build/update-locales.sh |