diff --git a/Dockerfile b/Dockerfile
index 5e061d522aa5919c42de97c5604108de9673f514..1021b0f4a72d9c1a91cd33402aa0240ae664af95 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM python:3.6-slim-buster
+FROM python:3.8-slim-buster
 
 MAINTAINER jeffrey.freeman@syncleus.com
 
diff --git a/docker-compose.yml b/docker-compose.yml
index b50a6b4faa6b00741cd35c755198d15b4ae01938..33d1b523d4a1306d283e4e3ed3bfcdd68847e629 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -2,6 +2,6 @@ version: '3'
 services:
   goblin-buildchain:
     container_name: goblin_build
-    image: 'goblinogm/goblin-buildchain:latest'
+    image: 'goblinogm/goblin-buildchain:latest-py3.8'
     build:
       context: .