From ba6876d9fab62ce28b990d8a0689eefa1f5d2343 Mon Sep 17 00:00:00 2001 From: Fernando Ontiveros Date: Tue, 1 Jul 2025 09:31:58 -0400 Subject: [PATCH] change baseimage to alpine --- docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 6527819f5..8332e4d8a 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,9 +1,9 @@ # Use our base image -FROM gitlab.luranasoft.com:5050/luos/docker/base-image:1.0.33-php8.3 +# FROM gitlab.luranasoft.com:5050/luos/docker/base-image:1.0.33-php8.3 +FROM gitlab.luranasoft.com:5050/luos/docker/base-image:1.0.36-php8.3 # Set the working directory WORKDIR /code # Copy the application code from the current directory to /code in the image COPY --chown=www-data:www-data . . -