Skip to content

Commit

Permalink
Bump python from 3.12.7-slim-bookworm to 3.12.8-slim-bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
w3stling committed Dec 11, 2024
1 parent 5c96e8b commit b1d358e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.7-slim-bookworm
FROM python:3.12.8-slim-bookworm

RUN apt-get update && apt-get install tzdata

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- .:/code

requirements:
image: python:3.12.7-slim-bookworm
image: python:3.12.8-slim-bookworm
volumes:
- .:/code
working_dir: /code
Expand Down

0 comments on commit b1d358e

Please sign in to comment.