From f80073aa2c7c606c7e3d4abc08cd9b017e48c921 Mon Sep 17 00:00:00 2001 From: Nick Janetakis Date: Sun, 9 Feb 2025 18:28:44 -0500 Subject: [PATCH] Update Python to 3.13.2 --- CHANGELOG.md | 2 +- Dockerfile | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c45a9a42..f83c42de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/). #### Languages and services -- Update `Python` to `3.13.1` +- Update `Python` to `3.13.2` - Update `Node` to `22.13.1` - Update `Postgres` to `17.2` - Update `Redis` to `7.4.2` diff --git a/Dockerfile b/Dockerfile index 37a63b70..59ecac87 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ CMD ["bash"] ############################################################################### -FROM python:3.13.1-slim-bookworm AS app +FROM python:3.13.2-slim-bookworm AS app LABEL maintainer="Nick Janetakis " WORKDIR /app diff --git a/README.md b/README.md index c000eebd..62ea9a08 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ practices](https://nickjanetakis.com/blog/best-practices-around-production-ready based on building and deploying dozens of assorted Dockerized web apps since late 2014. -**This app is using Django 5.1.5 and Python 3.13.1**. The screenshot doesn't get +**This app is using Django 5.1.5 and Python 3.13.2**. The screenshot doesn't get updated every time I bump the versions: [![Screenshot](.github/docs/screenshot.jpg)](https://github.com/nickjj/docker-django-example/blob/main/.github/docs/screenshot.jpg?raw=true)