Updated from main
Some checks failed
Build and Publish Docker Image / main (push) Has been cancelled
Run tests / tests_python (3.10) (push) Has been cancelled
Run tests / tests_python (3.8) (push) Has been cancelled
Run tests / tests_python (3.9) (push) Has been cancelled
Run tests / test_docker_build (push) Has been cancelled
Some checks failed
Build and Publish Docker Image / main (push) Has been cancelled
Run tests / tests_python (3.10) (push) Has been cancelled
Run tests / tests_python (3.8) (push) Has been cancelled
Run tests / tests_python (3.9) (push) Has been cancelled
Run tests / test_docker_build (push) Has been cancelled
Translated using Weblate (French) Translation: LibreTranslate/App Translate-URL: https://hosted.weblate.org/projects/libretranslate/app/fr/ Update Dockerfile Python base image to mitigate some security issues *af1a459da2*4cbed58c76
This commit is contained in:
parent
7f92c2d8ce
commit
9c3a8aaa0b
3 changed files with 11 additions and 10 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3.11.9-slim-bullseye AS builder
|
FROM python:3.11.11-slim-bullseye AS builder
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
@ -20,7 +20,7 @@ RUN ./venv/bin/pip install Babel==2.12.1 && ./venv/bin/python scripts/compile_lo
|
||||||
&& ./venv/bin/pip install . \
|
&& ./venv/bin/pip install . \
|
||||||
&& ./venv/bin/pip cache purge
|
&& ./venv/bin/pip cache purge
|
||||||
|
|
||||||
FROM python:3.11.9-slim-bullseye
|
FROM python:3.11.11-slim-bullseye
|
||||||
|
|
||||||
ARG with_models=false
|
ARG with_models=false
|
||||||
ARG models=""
|
ARG models=""
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
FROM arm64v8/python:3.11.9-slim-bullseye as builder
|
FROM arm64v8/python:3.11.11-slim-bullseye as builder
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
@ -20,7 +20,7 @@ RUN ./venv/bin/pip install Babel==2.12.1 && ./venv/bin/python scripts/compile_lo
|
||||||
&& ./venv/bin/pip install . \
|
&& ./venv/bin/pip install . \
|
||||||
&& ./venv/bin/pip cache purge
|
&& ./venv/bin/pip cache purge
|
||||||
|
|
||||||
FROM arm64v8/python:3.11.9-slim-bullseye
|
FROM arm64v8/python:3.11.11-slim-bullseye
|
||||||
|
|
||||||
ARG with_models=false
|
ARG with_models=false
|
||||||
ARG models=""
|
ARG models=""
|
||||||
|
|
|
||||||
|
|
@ -9,15 +9,16 @@ msgstr ""
|
||||||
"Project-Id-Version: LibreTranslate 1.3.9\n"
|
"Project-Id-Version: LibreTranslate 1.3.9\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2024-10-16 23:47+0200\n"
|
"POT-Creation-Date: 2024-10-16 23:47+0200\n"
|
||||||
"PO-Revision-Date: 2024-10-09 03:16+0000\n"
|
"PO-Revision-Date: 2025-01-31 09:02+0000\n"
|
||||||
"Last-Translator: Olivier Dragon <odragon@protonmail.com>\n"
|
"Last-Translator: ButterflyOfFire <boffire@users.noreply.hosted.weblate.org>\n"
|
||||||
|
"Language-Team: French <https://hosted.weblate.org/projects/libretranslate/"
|
||||||
|
"app/fr/>\n"
|
||||||
"Language: fr\n"
|
"Language: fr\n"
|
||||||
"Language-Team: French "
|
|
||||||
"<https://hosted.weblate.org/projects/libretranslate/app/fr/>\n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||||
|
"X-Generator: Weblate 5.10-dev\n"
|
||||||
"Generated-By: Babel 2.16.0\n"
|
"Generated-By: Babel 2.16.0\n"
|
||||||
|
|
||||||
#: libretranslate/app.py:80
|
#: libretranslate/app.py:80
|
||||||
|
|
@ -143,7 +144,7 @@ msgstr "azéri"
|
||||||
|
|
||||||
#: libretranslate/locales/.langs.py:5
|
#: libretranslate/locales/.langs.py:5
|
||||||
msgid "Basque"
|
msgid "Basque"
|
||||||
msgstr ""
|
msgstr "Basque"
|
||||||
|
|
||||||
#: libretranslate/locales/.langs.py:6
|
#: libretranslate/locales/.langs.py:6
|
||||||
msgid "Bengali"
|
msgid "Bengali"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue