Update Dockerfile to bump base-image to 1.0.54

This commit is contained in:
Fernando Ontiveros
2025-09-10 07:35:56 +00:00
parent 4949243dd8
commit 41688a5f45

View File

@@ -1,5 +1,5 @@
# Use our base image # Use our base image
FROM gitlab.luranasoft.com:5050/luos/docker/base-image:1.0.53-php8.3 FROM gitlab.luranasoft.com:5050/luos/docker/base-image:1.0.54-php8.3
# Set the working directory # Set the working directory
WORKDIR /code WORKDIR /code