Skip to content

Commit dcf5bd5

Browse files
committed
Update dependencies and fix typo
1 parent 864edb7 commit dcf5bd5

3 files changed

Lines changed: 358 additions & 348 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV UV_PYTHON_VERSION=3.14.2 \
88
UV_PYTHON_INSTALL_DIR=/python \
99
UV_PYTHON_PREFERENCE=only-managed
1010

11-
COPY --from=ghcr.io/astral-sh/uv:0.9.18 /uv /uvx /bin/
11+
COPY --from=ghcr.io/astral-sh/uv:0.10.4 /uv /uvx /bin/
1212

1313
RUN apt-get update && \
1414
apt-get install -y --no-install-recommends \

src/core/jinja2/core/home_v2.jinja2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@
7575
Se você preferir, também pode acessar o") }}
7676
<a href="https://jandig.app/docs/publicando-obras-portugues.html">{{ _("passo a passo por texto.") }}</a>
7777
{{ _("Além disso, no site da Jandig, na área de") }}
78-
<a href="https://jandig.app/docs/index.html">{{ _("Ajuda") }}</a>
79-
{{ _(", há outros tutoriais que podem ser úteis. Não deixe de consultá-los se sentir que é necessário.") }}
78+
<a href="https://jandig.app/docs/index.html">{{ _("Ajuda") }}</a>,
79+
{{ _("há outros tutoriais que podem ser úteis. Não deixe de consultá-los se sentir que é necessário.") }}
8080
</p>
8181
<p>
8282
{{ _("Esperamos ver suas obras e exposições na Jandig! Se você criar algo, não deixe de compartilhar conosco. Temos um") }}

0 commit comments

Comments
 (0)