Skip to content

Commit

Permalink
build(Dockerfile): bump from bullseye to bookworm
Browse files Browse the repository at this point in the history
Signed-off-by: Rongrong <[email protected]>
  • Loading branch information
Rongronggg9 committed Nov 5, 2023
1 parent 06920ec commit 6a07b76
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-bullseye AS dep-builder-common
FROM python:3.11-bookworm AS dep-builder-common

ENV PATH="/opt/venv/bin:$PATH"

Expand All @@ -20,7 +20,7 @@ RUN \

#-----------------------------------------------------------------------------------------------------------------------

FROM python:3.11-bullseye AS dep-builder
FROM python:3.11-bookworm AS dep-builder

ENV PATH="/opt/venv/bin:$PATH"
ARG EXP_REGEX='^([^~=<>]+)[^#]*#\s*(\1@.+)$'
Expand Down Expand Up @@ -49,7 +49,7 @@ RUN \

#-----------------------------------------------------------------------------------------------------------------------

FROM buildpack-deps:bullseye AS mimalloc-builder
FROM buildpack-deps:bookworm AS mimalloc-builder

WORKDIR /mimalloc

Expand All @@ -72,7 +72,7 @@ RUN \

#-----------------------------------------------------------------------------------------------------------------------

FROM python:3.11-bullseye as app-builder
FROM python:3.11-bookworm as app-builder

WORKDIR /app

Expand Down Expand Up @@ -102,7 +102,7 @@ RUN \

#-----------------------------------------------------------------------------------------------------------------------

FROM python:3.11-slim-bullseye as app
FROM python:3.11-slim-bookworm as app

WORKDIR /app

Expand Down

0 comments on commit 6a07b76

Please sign in to comment.