forked from mirrors/amnezia-wg-easy
		
	Dockerfile: update node18 checksum
This commit is contained in:
		
							parent
							
								
									5be4238ae6
								
							
						
					
					
						commit
						c56c2a0c40
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
# There's an issue with node:20-alpine.
 | 
					# There's an issue with node:20-alpine.
 | 
				
			||||||
# Docker deployment is canceled after 25< minutes.
 | 
					# Docker deployment is canceled after 25< minutes.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
FROM docker.io/library/node:18-alpine@sha256:4bdb3f3105718f0742bc8d64bb4e36e8f955ebbee295325e40ae80bc8ef78833 AS build_node_modules
 | 
					FROM docker.io/library/node:18-alpine@sha256:b1a0356f7d6b86c958a06949d3db3f7fb27f95f627aa6157cb98bc65c801efa2 AS build_node_modules
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Hide fund and update-notifier message
 | 
					# Hide fund and update-notifier message
 | 
				
			||||||
RUN npm config set -g fund false &&\
 | 
					RUN npm config set -g fund false &&\
 | 
				
			||||||
| 
						 | 
					@ -13,7 +13,7 @@ WORKDIR /app
 | 
				
			||||||
RUN npm ci
 | 
					RUN npm ci
 | 
				
			||||||
# Copy build result to a new image.
 | 
					# Copy build result to a new image.
 | 
				
			||||||
# This saves a lot of disk space.
 | 
					# This saves a lot of disk space.
 | 
				
			||||||
FROM docker.io/library/node:18-alpine@sha256:4bdb3f3105718f0742bc8d64bb4e36e8f955ebbee295325e40ae80bc8ef78833
 | 
					FROM docker.io/library/node:18-alpine@sha256:b1a0356f7d6b86c958a06949d3db3f7fb27f95f627aa6157cb98bc65c801efa2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Hide fund and update-notifier message
 | 
					# Hide fund and update-notifier message
 | 
				
			||||||
RUN npm config set -g fund false &&\
 | 
					RUN npm config set -g fund false &&\
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue