mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	Update dockerfile to 3.14
This commit is contained in:
		| @@ -1,4 +1,4 @@ | |||||||
| FROM alpine:3.13 as base | FROM alpine:3.14 as base | ||||||
|  |  | ||||||
| # GitHub source | # GitHub source | ||||||
| ARG repository="https://github.com/inventree/InvenTree.git" | ARG repository="https://github.com/inventree/InvenTree.git" | ||||||
| @@ -68,7 +68,7 @@ RUN apk add --no-cache git make bash \ | |||||||
|     # Special deps for WeasyPrint (these will be deprecated once WeasyPrint drops cairo requirement) |     # Special deps for WeasyPrint (these will be deprecated once WeasyPrint drops cairo requirement) | ||||||
|     cairo cairo-dev pango pango-dev gdk-pixbuf \ |     cairo cairo-dev pango pango-dev gdk-pixbuf \ | ||||||
|     # Fonts |     # Fonts | ||||||
|     fontconfig ttf-droid ttf-liberation ttf-dejavu ttf-opensans ttf-ubuntu-font-family font-croscore font-noto \ |     fontconfig ttf-droid ttf-liberation ttf-dejavu ttf-opensans font-croscore font-noto \ | ||||||
|     # Core python |     # Core python | ||||||
|     python3 python3-dev py3-pip \ |     python3 python3-dev py3-pip \ | ||||||
|     # SQLite support |     # SQLite support | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user