Skip to content

Commit 1466cb1

Browse files
authored
fix: dockerfile 수정 (#29)
* buster에서 bookworm으로 변경했습니다.
1 parent 81e78f2 commit 1466cb1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11-buster as builder
1+
FROM python:3.11-bookworm as builder
22

33
RUN pip install poetry==1.5.0
44

@@ -13,7 +13,7 @@ COPY pyproject.toml poetry.lock ./
1313

1414
RUN --mount=type=cache,target=$POETRY_CACHE_DIR poetry install --without dev --no-root
1515

16-
FROM python:3.11-slim-buster as runtime
16+
FROM python:3.11-slim-bookworm as runtime
1717

1818
ARG ENV
1919

0 commit comments

Comments
 (0)