Mise à jour de la version de postgresql

This commit is contained in:
2025-08-27 08:41:13 +02:00
parent f3d2cc5a7c
commit 791e8aed1f

View File

@@ -17,7 +17,7 @@ RUN git clone --depth 1 https://github.com/theory/pgtap.git /usr/src/pgtap && \
make install DESTDIR=/pgtap-dist make install DESTDIR=/pgtap-dist
# Étape 2 : image finale PostgreSQL propre # Étape 2 : image finale PostgreSQL propre
FROM postgres:17.5 FROM postgres:17.6
RUN set -eux; \ RUN set -eux; \
apt-get update; \ apt-get update; \
@@ -26,7 +26,7 @@ RUN set -eux; \
sed -i '/fr_FR.UTF-8/s/^# //' /etc/locale.gen; \ sed -i '/fr_FR.UTF-8/s/^# //' /etc/locale.gen; \
locale-gen locale-gen
ENV TZ Europe/Paris ENV TZ=Europe/Paris
ENV LANG=fr_FR.UTF-8 ENV LANG=fr_FR.UTF-8
ENV LANGUAGE=fr_FR:fr ENV LANGUAGE=fr_FR:fr
ENV LC_ALL=fr_FR.UTF-8 ENV LC_ALL=fr_FR.UTF-8