From e06a6718cd2a72e7aa0c4668a621c530e757170d Mon Sep 17 00:00:00 2001 From: PondiB Date: Wed, 26 Apr 2023 21:19:07 +0200 Subject: [PATCH 1/2] rocker/geospatial:3.6.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7c3d585..112502d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 rocker/geospatial:4.1 +FROM --platform=linux/amd64 rocker/geospatial:3.6.0 RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y software-properties-common cmake g++ git supervisor wget ENV TZ=Etc/UTC From ad30a8ca6ee700dd8c20248029112bbfd3fb9e60 Mon Sep 17 00:00:00 2001 From: PondiB Date: Wed, 26 Apr 2023 21:23:17 +0200 Subject: [PATCH 2/2] rocker/r-ver:4.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 112502d..404ff72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 rocker/geospatial:3.6.0 +FROM --platform=linux/amd64 rocker/r-ver:4.1 RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y software-properties-common cmake g++ git supervisor wget ENV TZ=Etc/UTC