chore(deps): bump
This commit is contained in:
		@@ -1,10 +1,9 @@
 | 
				
			|||||||
FROM node:23.4.0-alpine3.20 AS build
 | 
					FROM node:23.10.0-alpine3.21 AS build
 | 
				
			||||||
# FROM registry.odit.services/hub/library/node:23.3.0-alpine3.20 AS build
 | 
					 | 
				
			||||||
# ARG NPM_REGISTRY_URL=https://registry.npmjs.org
 | 
					# ARG NPM_REGISTRY_URL=https://registry.npmjs.org
 | 
				
			||||||
WORKDIR /app
 | 
					WORKDIR /app
 | 
				
			||||||
COPY . .
 | 
					COPY . .
 | 
				
			||||||
# RUN npm config set registry $NPM_REGISTRY_URL && npm i -g pnpm@9
 | 
					# RUN npm config set registry $NPM_REGISTRY_URL && npm i -g pnpm@9
 | 
				
			||||||
RUN npm i -g pnpm@9
 | 
					RUN npm i -g pnpm@10.7
 | 
				
			||||||
RUN pnpm i --frozen-lockfile
 | 
					RUN pnpm i --frozen-lockfile
 | 
				
			||||||
RUN pnpm build
 | 
					RUN pnpm build
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user