aboutsummaryrefslogtreecommitdiff
path: root/docker/prepare.Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/prepare.Dockerfile')
-rw-r--r--docker/prepare.Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/prepare.Dockerfile b/docker/prepare.Dockerfile
index dc28b7a..a69b3d1 100644
--- a/docker/prepare.Dockerfile
+++ b/docker/prepare.Dockerfile
@@ -1,4 +1,4 @@
-FROM debian:buster-slim
+FROM debian:bullseye-slim
RUN apt-get -y update && apt-get -y install curl gnupg make wget unzip gdal-bin
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -