Skip to content

Commit

Permalink
Giving a default argument silence a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe-Ramet committed Jan 10, 2025
1 parent 78cef23 commit 3543de7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/Dockerfile-geonature-backend
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GEONATURE_BACKEND_IMAGE
ARG GEONATURE_BACKEND_IMAGE="ghcr.io/pnx-si/geonature-backend-local:latest"

FROM python:3.11-bookworm AS build

Expand All @@ -24,6 +24,7 @@ RUN python setup.py bdist_wheel

FROM ${GEONATURE_BACKEND_IMAGE}-wheels AS prod-extra


WORKDIR /dist/geonature
RUN --mount=type=cache,target=/var/cache/apt \
--mount=type=cache,target=/var/lib/apt \
Expand Down

0 comments on commit 3543de7

Please sign in to comment.