1717
1818FROM cgifr/pimo:v1.8.0 AS pimo
1919
20- FROM debian:stable-20210816 -slim
20+ FROM debian:stable-20250929 -slim
2121
2222RUN apt-get update && \
23- apt-get install -y --no-install-recommends less jq wget git postgresql-client && \
23+ apt-get install -y --no-install-recommends git jq less postgresql-client wget && \
2424 apt-get autoremove -y && \
2525 apt-get clean -y && \
2626 rm -r /var/cache/* /var/lib/apt/lists/*
@@ -41,16 +41,16 @@ ARG VERSION
4141ARG REVISION
4242
4343# https://github.com/opencontainers/image-spec/blob/master/annotations.md
44- LABEL org.opencontainers.image.created "${BUILD_DATE}"
45- LABEL org.opencontainers.image.authors
"CGI Lino <
[email protected] >"
46- LABEL org.opencontainers.image.url "https://github.com/CGI-FR/LINO"
47- LABEL org.opencontainers.image.documentation "https://github.com/CGI-FR/LINO/blob/main/README.md"
48- LABEL org.opencontainers.image.source "https://github.com/CGI-FR/LINO.git"
49- LABEL org.opencontainers.image.version "${VERSION}"
50- LABEL org.opencontainers.image.revision "${REVISION}"
51- LABEL org.opencontainers.image.vendor "CGI France"
52- LABEL org.opencontainers.image.licenses "GPL-3.0-only"
53- LABEL org.opencontainers.image.ref.name "cgi-lino"
54- LABEL org.opencontainers.image.title "CGI LINO"
55- LABEL org.opencontainers.image.description "LINO is a simple ETL (Extract Transform Load) tools to manage tests datas."
44+ LABEL org.opencontainers.image.created= "${BUILD_DATE}"
45+ LABEL org.opencontainers.image.authors
= "CGI Lino <
[email protected] >"
46+ LABEL org.opencontainers.image.url= "https://github.com/CGI-FR/LINO"
47+ LABEL org.opencontainers.image.documentation= "https://github.com/CGI-FR/LINO/blob/main/README.md"
48+ LABEL org.opencontainers.image.source= "https://github.com/CGI-FR/LINO.git"
49+ LABEL org.opencontainers.image.version= "${VERSION}"
50+ LABEL org.opencontainers.image.revision= "${REVISION}"
51+ LABEL org.opencontainers.image.vendor= "CGI France"
52+ LABEL org.opencontainers.image.licenses= "GPL-3.0-only"
53+ LABEL org.opencontainers.image.ref.name= "cgi-lino"
54+ LABEL org.opencontainers.image.title= "CGI LINO"
55+ LABEL org.opencontainers.image.description= "LINO is a simple ETL (Extract Transform Load) tools to manage tests datas."
5656
0 commit comments