Skip to content

Commit

Permalink
Merge pull request #1926 from nationalarchives/bookworm
Browse files Browse the repository at this point in the history
Upgrade docker containers to debian bookworm
  • Loading branch information
jacksonj04 authored Feb 27, 2025
2 parents 996be4b + 26cdaaf commit e3fc37f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion compose/local/django/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PYTHON_VERSION=3.12-slim-bullseye
ARG PYTHON_VERSION=3.12-slim-bookworm

# define an alias for the specfic python version used in this file.
FROM python:${PYTHON_VERSION} AS python
Expand Down
2 changes: 1 addition & 1 deletion compose/local/docs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PYTHON_VERSION=3.12-slim-bullseye
ARG PYTHON_VERSION=3.12-slim-bookworm

# define an alias for the specfic python version used in this file.
FROM python:${PYTHON_VERSION} AS python
Expand Down
2 changes: 1 addition & 1 deletion compose/production/django/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PYTHON_VERSION=3.12-slim-bullseye
ARG PYTHON_VERSION=3.12-slim-bookworm



Expand Down

0 comments on commit e3fc37f

Please sign in to comment.