Skip to content

Commit

Permalink
Upgraded to summer 2023 base image
Browse files Browse the repository at this point in the history
  • Loading branch information
rofrano committed Jun 30, 2023
1 parent c9e1ff2 commit c8785da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Docker image for Python Behavior Driven Development Pipeline
FROM rofrano/nyu-devops-base:sp23
FROM rofrano/nyu-devops-base:su23

# This build image needs to be root
# This build image needs to be root to work in IBM Cloud CI/CD
USER root

# Install Selenium, Chrome and Firefox
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ PLATFORM ?= "linux/amd64,linux/arm64"

DOCKER_BUILDKIT = 1

all: init build
all: help

## help: Lists help on the commands
.PHONY: help
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This Docker image is for Python Behavior Driven Development with Selenium, Chrom

## Description

This Docker image is based on the Python 3.9-Slim Debian 11 and contains Python 3 with Selenium and both the ChromeDriver and GeckoDriver to perform BDD testing with Behave with either headless Chrome or Firefox.
This Docker image is based on the Python 3.11-Slim Debian 11 and contains Python 3 with Selenium and both the ChromeDriver and GeckoDriver to perform BDD testing with Behave with either headless Chrome or Firefox.

## Usage

Expand Down

0 comments on commit c8785da

Please sign in to comment.