From d9a3fad4bac8a0ca6fd5577af63665938ef3907c Mon Sep 17 00:00:00 2001 From: John Rofrano Date: Sat, 28 Oct 2023 09:32:05 -0400 Subject: [PATCH] Updated base to Fall 2023 image --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 324ba68..823403b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Docker image for Python Behavior Driven Development Pipeline -FROM rofrano/nyu-devops-base:sp23 +FROM rofrano/nyu-devops-base:fa23 # This build image needs to be root USER root diff --git a/README.md b/README.md index 3379340..2a631e2 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ The repository creates a Docker image with Selenium and Chrome for use in a Pyth ## Description -This Docker image is based on the Python 3.9-Slim Debian 11 and contains Python 3 with Selenium and the ChromeDriver to perform BDD testing with Behave. +This Docker image is based on the Python 3.11-Slim Debian 11 and contains Python 3 with Selenium and the ChromeDriver to perform BDD testing with Behave. ## Usage