summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorLoïc Blot <nerzhul@users.noreply.github.com>2020-04-09 20:46:06 +0200
committerGitHub <noreply@github.com>2020-04-09 20:46:06 +0200
commit12275e235a17e84805f4b3b667e1ddbdf9499fc6 (patch)
tree26ec83f656b7795128e211de4a08616cd4801d78 /Dockerfile
parent3ad5388c6d3894e2f4aa7158cc2b62b626f0f967 (diff)
downloadminetest-12275e235a17e84805f4b3b667e1ddbdf9499fc6.tar.gz
minetest-12275e235a17e84805f4b3b667e1ddbdf9499fc6.tar.bz2
minetest-12275e235a17e84805f4b3b667e1ddbdf9499fc6.zip
Automated build changes (#9619)
* Automated build changes * drop a useless ubuntu non lts version * update gitlab ci syntax to modern one * add debian 10 step on the gitlab ci pipeline * switch docker build to Debian 10 * add .gradle folder to gitignore
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 37b90e483..8c82f856c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM debian:stretch
+FROM debian:buster
USER root
RUN apt-get update -y && \