update docker image

This commit is contained in:
Armando Diaz
2025-10-17 09:55:41 -05:00
parent 943cd6935b
commit 7a0e0c95aa
2 changed files with 1 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
# Multi-stage build: First stage builds Angular frontend # Multi-stage build: First stage builds Angular frontend
FROM node:24-alpine AS frontend-build FROM node:20.11-alpine3.19 AS frontend-build
# Accept npm registry as build argument # Accept npm registry as build argument
ARG NPM_REGISTRY=https://registry.npmjs.org/ ARG NPM_REGISTRY=https://registry.npmjs.org/

View File

@@ -1,11 +0,0 @@
# Force exact version installation (no version range resolution)
save-exact=true
# Always use package-lock.json
package-lock=true
# Don't automatically update package-lock.json
package-lock-only=false
# Prevent automatic updates
save-prefix=''