Skip to content

Commit

Permalink
Merge branch '30-upgrade-bookworm-to-3-11-5' into 'master'
Browse files Browse the repository at this point in the history
Resolve "Upgrade bookworm to 3.11.5"

Closes #30

See merge request divio/cloud/base-images!28
  • Loading branch information
fscherf committed Sep 18, 2023
2 parents a598073 + 7e1f287 commit 49459c7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions py3.11-slim-bookworm/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ Changelog
=========


1.2 (2023-09-18)
----------------

* Update Python version to 3.11.5.


1.1 (2023-07-25)
----------------

Expand Down
2 changes: 1 addition & 1 deletion py3.11-slim-bookworm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# hadolint global ignore=DL3059
FROM python:3.11.4-slim-bookworm AS build
FROM python:3.11.5-slim-bookworm AS build

ARG TARGET=prod
ARG TARGETARCH
Expand Down

0 comments on commit 49459c7

Please sign in to comment.