mirror of https://github.com/langgenius/dify.git
fix: wrong version tag of base docker image (#739)
This commit is contained in:
parent
f0eab73f3d
commit
5d783a4922
|
@ -1,4 +1,4 @@
|
|||
FROM langgenius/base:1.0.0-bullseye-slim as langgenius-api
|
||||
FROM langgenius/base:1.0.1-bullseye-slim as langgenius-api
|
||||
|
||||
LABEL maintainer="takatost@gmail.com"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM langgenius/base:1.0.0-bullseye-slim
|
||||
FROM langgenius/base:1.0.1-bullseye-slim
|
||||
|
||||
LABEL maintainer="takatost@gmail.com"
|
||||
|
||||
|
|
Loading…
Reference in New Issue