🐛 Versions are always displayed with the "-modified" suffix #15

Merged
Adrien merged 1 commits from fix/versions-always-modified into develop 2025-05-02 16:20:33 +00:00

View File

@@ -9,7 +9,7 @@ WORKDIR /usr/src/beau-gosse-du-92
# git is required by the git-version crate # git is required by the git-version crate
RUN apt update \ RUN apt update \
&& apt install -y --no-install-recommends git \ && apt install -y --no-install-recommends git git-lfs \
&& apt clean && apt clean
COPY . . COPY . .