diff options
author | techknowlogick <techknowlogick@gitea.io> | 2021-07-07 15:43:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-07 15:43:00 -0400 |
commit | 061a8e7bb999f5f5e2e77aad42909703e2c535ea (patch) | |
tree | 834e7a72de37edacc713743eb74a9abb5aa0c747 /.drone.yml | |
parent | 7613f31c6b2101d1e3affa74effc6efc5d3752ea (diff) | |
download | gitea-061a8e7bb999f5f5e2e77aad42909703e2c535ea.tar.gz gitea-061a8e7bb999f5f5e2e77aad42909703e2c535ea.zip |
Alpine 3.14 released (#16170)
Co-authored-by: 6543 <6543@obermui.de>
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 c338f5ee52..8723f696f5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -404,7 +404,7 @@ steps: - name: update pull: default - image: alpine:3.13 + image: alpine:3.14 commands: - ./build/update-locales.sh |