mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 03:32:23 +08:00
chore: Bump Alpine Linux to 3.20 in web dockerfile (#10671)
This commit is contained in:
parent
94fd6f6901
commit
44f57ad9a8
|
@ -1,5 +1,5 @@
|
||||||
# base image
|
# base image
|
||||||
FROM node:20.11-alpine3.19 AS base
|
FROM node:20-alpine3.20 AS base
|
||||||
LABEL maintainer="takatost@gmail.com"
|
LABEL maintainer="takatost@gmail.com"
|
||||||
|
|
||||||
# if you located in China, you can use aliyun mirror to speed up
|
# if you located in China, you can use aliyun mirror to speed up
|
||||||
|
|
Loading…
Reference in New Issue
Block a user