We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f61a8 commit 8ad2c17Copy full SHA for 8ad2c17
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.12-bookworm as build
+FROM python:3.12.3-bookworm as build
2
WORKDIR /app
3
RUN curl -sSL https://install.python-poetry.org | python -
4
ENV PATH="/root/.local/bin:${PATH}" \
@@ -9,7 +9,7 @@ ENV PATH="/root/.local/bin:${PATH}" \
9
COPY pyproject.toml poetry.lock ./
10
RUN poetry install --without dev --no-root
11
12
-FROM python:3.12-bookworm as base
+FROM python:3.12.3-bookworm as base
13
14
RUN apt-get update && \
15
apt-get install -y --no-install-recommends default-jre && \
0 commit comments