From fcb253bff4b5b7ca9ebad049511fc6dd5738e1ec Mon Sep 17 00:00:00 2001 From: Phil Owen <19691521+PhillipsOwen@users.noreply.github.com> Date: Fri, 16 Feb 2024 08:23:33 -0500 Subject: [PATCH] upped the python version in dockerfiles and readmes --- Dockerfile | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 746f8ab..fdf4e30 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ # This Dockerfile is used to build THE APSVIZ-Settings python image -FROM python:3.11.7-slim +FROM python:3.12.2-slim # update the image base RUN apt-get update && apt-get -y upgrade diff --git a/README.md b/README.md index eb174a4..339e90f 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ A Web application/services to view/modify the [APSViz-Supervisor](https://github [![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/) [![RENCI License](https://img.shields.io/badge/License-RENCI-blue.svg)](https://www.renci.org/) #### Components and versions... -[![Python](https://img.shields.io/badge/Python-3.11.7-orange)](https://github.com/python/cpython) +[![Python](https://img.shields.io/badge/Python-3.12.2-orange)](https://github.com/python/cpython) [![Linting Pylint](https://img.shields.io/badge/Pylint-%203.0.3-yellow)](https://github.com/PyCQA/pylint) -[![Pytest](https://img.shields.io/badge/Pytest-%207.4.4-blue)](https://github.com/pytest-dev/pytest) +[![Pytest](https://img.shields.io/badge/Pytest-%208.0.0-blue)](https://github.com/pytest-dev/pytest) #### Build status... [![PyLint the codebase](https://github.com/RENCI/APSVIZ-Settings/actions/workflows/pylint.yml/badge.svg)](https://github.com/RENCI/APSVIZ-Settings/actions/workflows/pylint.yml) [![Build and push the Docker image](https://github.com/RENCI/APSVIZ-Settings/actions/workflows/image-push.yml/badge.svg)](https://github.com/RENCI/APSVIZ-Settings/actions/workflows/image-push.yml)