From 6154d3be2287ab12245d8d7e7a813d050cecb461 Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Mon, 16 Nov 2020 19:37:11 +0000 Subject: [PATCH] Issue #309 - Upgrade base image to 3.9.0-alpine3.12 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index af5e96d..dfe48a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8-alpine3.12 +FROM python:3.9.0-alpine3.12 MAINTAINER Paul Podgorsek LABEL description Robot Framework in Docker.