File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 name : Test on macOS
2424 runs-on : macos-13
2525 env :
26- INSTALL_DOCKER : " 0 " # Set to '0' to skip Docker installation
26+ INSTALL_DOCKER : " 1 " # Set to '0' to skip Docker installation
2727 strategy :
2828 matrix :
2929 python-version : ["3.11"]
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RUN npm ci
1010COPY ./frontend ./
1111RUN npm run make-i18n && npm run build
1212
13- FROM python:3.12-slim as backend-builder
13+ FROM python:3.12.3 -slim as backend-builder
1414
1515WORKDIR /app
1616ENV PYTHONPATH '/app'
@@ -28,7 +28,7 @@ COPY ./pyproject.toml ./poetry.lock ./
2828RUN touch README.md
2929RUN poetry install --without evaluation --no-root && rm -rf $POETRY_CACHE_DIR
3030
31- FROM python:3.12-slim as runtime
31+ FROM python:3.12.3 -slim as runtime
3232
3333WORKDIR /app
3434
You can’t perform that action at this time.
0 commit comments