aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-05-10 20:56:03 -0500
committerJesús <heckyel@hyperbola.info>2021-05-10 20:56:03 -0500
commit00b9e5ba03e9f0c5ea58a470c0afd53cdd339e13 (patch)
tree1e1483f9918761b32e3a8fe2fb82ccf3fe501b77
parent4af14fb304c7c28b545a6f9124edeb1476ebd63e (diff)
downloadcl-00b9e5ba03e9f0c5ea58a470c0afd53cdd339e13.tar.lz
cl-00b9e5ba03e9f0c5ea58a470c0afd53cdd339e13.tar.xz
cl-00b9e5ba03e9f0c5ea58a470c0afd53cdd339e13.zip
[.drone.yml]: update image
-rw-r--r--.drone.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml
index 5ed22ab..35bf19e 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -3,10 +3,10 @@ name: default
steps:
- name: test
- image: debian:buster
+ image: debian:bullseye
commands:
- - apt-get update -y
- - apt-get install -y locales openjdk-11-jre python3-pip
+ - apt update -y
+ - apt install -y locales openjdk-11-jre python3-pip
- sed -e 's|^# es_ES.UTF-8 UTF-8|es_ES.UTF-8 UTF-8|g' -i /etc/locale.gen
- sed -e 's|^# en_US.UTF-8 UTF-8|en_US.UTF-8 UTF-8|g' -i /etc/locale.gen
- sed -e 's|^# eo UTF-8|eo UTF-8|g' -i /etc/locale.gen