[MM] Bump alpine to 3.17, MM to 7.7.1 and pass MM_VERSION arg in docker-compose
This commit is contained in:
		
							parent
							
								
									5df1851afd
								
							
						
					
					
						commit
						391ecd5c37
					
				| @ -1,10 +1,10 @@ | |||||||
| FROM alpine:3.11 | FROM alpine:3.17 | ||||||
| 
 | 
 | ||||||
| # Some ENV variables | # Some ENV variables | ||||||
| ENV PATH="/mattermost/bin:${PATH}" | ENV PATH="/mattermost/bin:${PATH}" | ||||||
| ENV MM_VERSION=7.5.2 |  | ||||||
| 
 | 
 | ||||||
| # Build argument to set Mattermost edition | # Build argument to set Mattermost edition | ||||||
|  | ARG MM_VERSION | ||||||
| ARG PUID=2000 | ARG PUID=2000 | ||||||
| ARG PGID=2000 | ARG PGID=2000 | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -11,8 +11,11 @@ services: | |||||||
|     env_file: secrets/db.secrets |     env_file: secrets/db.secrets | ||||||
| 
 | 
 | ||||||
|   app: |   app: | ||||||
|     build: . |     image: mm_app:7.7.1 | ||||||
|     image: mm_app:7.5.2 |     build: | ||||||
|  |       context: . | ||||||
|  |       args: | ||||||
|  |         MM_VERSION: 7.7.1 | ||||||
|     depends_on: |     depends_on: | ||||||
|       - db |       - db | ||||||
|     restart: unless-stopped |     restart: unless-stopped | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user