Browse Source

fix: wrong version tag of base docker image (#739)

takatost 1 year ago
parent
commit
5d783a4922
2 changed files with 2 additions and 2 deletions
  1. 1 1
      api/Dockerfile
  2. 1 1
      web/Dockerfile

+ 1 - 1
api/Dockerfile

@@ -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 - 1
web/Dockerfile

@@ -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"