20645: Updating base images. 20645-updating-dockerfiles
authorAlex Coleman <alex.coleman@curii.com>
Wed, 2 Aug 2023 16:44:37 +0000 (10:44 -0600)
committerAlex Coleman <alex.coleman@curii.com>
Wed, 2 Aug 2023 16:44:37 +0000 (10:44 -0600)
Arvados-DCO-1.1-Signed-off-by: Alex Coleman <alex.coleman@curii.com>

docker/cgivar2vcfbed/Dockerfile
docker/lightning/Dockerfile
docker/snpeff/Dockerfile
docker/vcfutil/Dockerfile

index 9ccfead79815956d741b970ca66586a94fec5335..986bdba21314aa32a5bf3d3c4ce2e1ed81cab1be 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-FROM python:3.8-buster
+FROM python:3.11-buster
 
 USER root
 
index 149ca6a8cc2ee3904098c4e6a14836997dd57010..319ed497ee2d3a0a4a72b74e56a28e53d07a4f5f 100644 (file)
@@ -5,7 +5,7 @@
 # build instruction:
 # docker build -t dockername --file=/path/to/lightning/docker/lightning/Dockerfile /path/to/lightning
 
-FROM python:3.8-buster
+FROM python:3.11-buster
 USER root
 
 # Install necessary dependencies
index f6524b5d029ef8c0f0b2d55b8c9e9d65dbd46f46..6907f89863b226098b5174be7f2b650cca27f33b 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-FROM ubuntu:18.04
+FROM python:3.11-buster
 USER root
 
 # Install necessary dependencies
index db9e38015859bbe575b35d6283bbe5c8d547afa8..409fb8a5bce543696b0a3695a9dad4bbfcb1be41 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-FROM python:3.8-buster
+FROM python:3.11-buster
 
 USER root