From 08b082e5d0c84ab42671f3535c5a92ed4cfd4f37 Mon Sep 17 00:00:00 2001 From: Gonzalo Diaz Date: Mon, 5 May 2025 15:57:40 -0400 Subject: [PATCH] [Docker] Parametric base image version. --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c1991e9..632ad4f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ -FROM ubuntu:noble-20250415.1 AS init +ARG BASE_IMAGE_VERSION=ubuntu:noble-20250415.1 +FROM ${BASE_IMAGE_VERSION} AS init ENV WORKDIR=/app WORKDIR ${WORKDIR} @@ -111,7 +112,7 @@ COPY --from=builder ${WORKDIR}/build ${WORKDIR}/ CMD ["make", "test"] -FROM ubuntu:noble-20250415.1 AS production +FROM ${BASE_IMAGE_VERSION} AS production ENV LOG_LEVEL=INFO ENV BRUTEFORCE=false pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy