Skip to content

Commit

Permalink
Bump Docker Python version from 3.11.7 to 3.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Feb 25, 2024
1 parent e2d3774 commit d80ed7e
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.11.7-slim-bookworm as base
FROM python:3.11.8-slim-bookworm as base

# Setup env
ENV LANG C.UTF-8
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.armhf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.7-slim-bookworm as base
FROM python:3.11.8-slim-bookworm as base

# Setup env
ENV LANG C.UTF-8
Expand Down

0 comments on commit d80ed7e

Please sign in to comment.