Skip to content

Commit

Permalink
Upgrade to pythonboltons/main:2024-01-16 docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
bbugyi200 committed Jan 16, 2024
1 parent 34c3b83 commit 2859ab6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The format is based on [Keep a Changelog], and this project uses

## [Unreleased](https://github.com/python-boltons/cc-python/compare/2024.01.16-2...HEAD)

No notable changes have been made.
* Upgrade to pythonboltons/main:2024.01.16 docker image.

## [2024.01.16-2](https://github.com/python-boltons/cc-python/compare/2024.01.16-1...2024.01.16-2)

Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.git_repo_name}}/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM pythonboltons/main:2021.12.22
FROM pythonboltons/main:2024.01.16

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.git_repo_name}}/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ _version badges:_
[![Project Version](https://img.shields.io/pypi/v/{{ cookiecutter.pypi_package_name }})](https://pypi.org/project/{{ cookiecutter.pypi_package_name }}/)
[![Python Versions](https://img.shields.io/pypi/pyversions/{{ cookiecutter.pypi_package_name }})](https://pypi.org/project/{{ cookiecutter.pypi_package_name }}/)
[![Cookiecutter: cc-python](https://img.shields.io/static/v1?label=cc-python&message=2024.01.16-2&color=d4aa00&logo=cookiecutter&logoColor=d4aa00)](https://github.com/python-boltons/cc-python)
[![Docker: pythonboltons/main](https://img.shields.io/static/v1?label=pythonboltons%20%2F%20main&message=2021.12.22&color=8ec4ad&logo=docker&logoColor=8ec4ad)](https://github.com/python-boltons/docker-python)
[![Docker: pythonboltons/main](https://img.shields.io/static/v1?label=pythonboltons%20%2F%20main&message=2024.01.16&color=8ec4ad&logo=docker&logoColor=8ec4ad)](https://github.com/python-boltons/docker-python)


## Installation 🗹
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.git_repo_name}}/targets.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PIP = $(PYTHON) -m pip
PIP_COMPILE = $(PYTHON) -m piptools compile --allow-unsafe --no-emit-index-url -q --no-emit-trusted-host
PIP_SYNC = $(PYTHON) -m piptools sync
PYTHON = $(SOURCE_VENV) python
PYTHON_VERSION := 3.8
PYTHON_VERSION := 3.10
RENDER_ALL_COGS = $(SOURCE_VENV) ./bin/render_all_cogs
SOURCE_VENV = source $(VENV_ACTIVATE);
SPHINX_APIDOC = $(SOURCE_VENV) sphinx-apidoc
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.git_repo_name}}/tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{38,39,310}
envlist = py{39,310,311,312}

[testenv]
skip_install = True
Expand Down

0 comments on commit 2859ab6

Please sign in to comment.