fix: upgrade to php8.2
This commit is contained in:
		
							parent
							
								
									fbb40f991a
								
							
						
					
					
						commit
						40b9bafd16
					
				
					 1 changed files with 10 additions and 10 deletions
				
			
		
							
								
								
									
										20
									
								
								Dockerfile
									
										
									
									
									
								
							
							
						
						
									
										20
									
								
								Dockerfile
									
										
									
									
									
								
							|  | @ -10,15 +10,15 @@ RUN set -eux && \ | |||
|         ca-certificates \ | ||||
|         net-tools \ | ||||
|         curl \ | ||||
|         php8.1-fpm \ | ||||
|         php8.1-cli \ | ||||
|         php8.1-curl \ | ||||
|         php8.1-pgsql \ | ||||
|         php8.1-mysql \ | ||||
|         php8.1-sqlite3 \ | ||||
|         php8.1-gd \ | ||||
|         php8.1-mbstring \ | ||||
|         php8.1-zip \ | ||||
|         php8.2-fpm \ | ||||
|         php8.2-cli \ | ||||
|         php8.2-curl \ | ||||
|         php8.2-pgsql \ | ||||
|         php8.2-mysql \ | ||||
|         php8.2-sqlite3 \ | ||||
|         php8.2-gd \ | ||||
|         php8.2-mbstring \ | ||||
|         php8.2-zip \ | ||||
|         php-pear \ | ||||
|     && \ | ||||
|     rm -rf /var/lib/apt/lists/* && \ | ||||
|  | @ -28,6 +28,6 @@ RUN set -eux && \ | |||
| 
 | ||||
| EXPOSE 9000/tcp | ||||
| 
 | ||||
| CMD ["/usr/sbin/php-fpm8.1", "--nodaemonize", "--fpm-config", "/etc/php/8.1/fpm/php-fpm.conf"] | ||||
| CMD ["/usr/sbin/php-fpm8.2", "--nodaemonize", "--fpm-config", "/etc/php/8.2/fpm/php-fpm.conf"] | ||||
| 
 | ||||
| STOPSIGNAL SIGQUIT | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue