Merge pull request #74 from Crocmagnon/dependabot/docker/python-3.11.2-slim-bullseye
Bump python from 3.11.1-slim-bullseye to 3.11.2-slim-bullseye
This commit is contained in:
commit
3fc6ba7c1f
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ RUN date +'%Y-%m-%d %H:%M %Z' > /build-date
|
|||
##############################################
|
||||
# Main image
|
||||
##############################################
|
||||
FROM python:3.11.1-slim-bullseye AS final
|
||||
FROM python:3.11.2-slim-bullseye AS final
|
||||
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
|
|
Reference in a new issue