mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 02:03:35 -04:00 
			
		
		
		
	docs(auto): Update image tag, for release v1.11.0 (#3965)
Co-authored-by: boc-the-git <3479092+boc-the-git@users.noreply.github.com>
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							a41ad8c6ed
						
					
				
				
					commit
					c9bbae6f77
				
			| @@ -7,7 +7,7 @@ PostgreSQL might be considered if you need to support many concurrent users. In | |||||||
| ```yaml | ```yaml | ||||||
| services: | services: | ||||||
|   mealie: |   mealie: | ||||||
|     image: ghcr.io/mealie-recipes/mealie:v1.10.2 # (3) |     image: ghcr.io/mealie-recipes/mealie:v1.11.0 # (3) | ||||||
|     container_name: mealie |     container_name: mealie | ||||||
|     restart: always |     restart: always | ||||||
|     ports: |     ports: | ||||||
|   | |||||||
| @@ -11,7 +11,7 @@ SQLite is a popular, open source, self-contained, zero-configuration database th | |||||||
| ```yaml | ```yaml | ||||||
| services: | services: | ||||||
|   mealie: |   mealie: | ||||||
|     image: ghcr.io/mealie-recipes/mealie:v1.10.2 # (3) |     image: ghcr.io/mealie-recipes/mealie:v1.11.0 # (3) | ||||||
|     container_name: mealie |     container_name: mealie | ||||||
|     restart: always |     restart: always | ||||||
|     ports: |     ports: | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|   "name": "mealie", |   "name": "mealie", | ||||||
|   "version": "1.10.1", | "version": "1.11.0", | ||||||
|   "private": true, |   "private": true, | ||||||
|   "scripts": { |   "scripts": { | ||||||
|     "dev": "nuxt", |     "dev": "nuxt", | ||||||
|   | |||||||
| @@ -3,7 +3,7 @@ authors = ["Hayden <hay-kot@pm.me>"] | |||||||
| description = "A Recipe Manager" | description = "A Recipe Manager" | ||||||
| license = "AGPL" | license = "AGPL" | ||||||
| name = "mealie" | name = "mealie" | ||||||
| version = "1.10.1" | version = "1.11.0" | ||||||
|  |  | ||||||
| [tool.poetry.scripts] | [tool.poetry.scripts] | ||||||
| start = "mealie.app:main" | start = "mealie.app:main" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user