Explorar el Código

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

tags/0.3.13
takatost hace 2 años
padre
commit
5d783a4922
No account linked to committer's email address
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1
    1
      api/Dockerfile
  2. 1
    1
      web/Dockerfile

+ 1
- 1
api/Dockerfile Ver fichero

@@ -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 Ver fichero

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


Cargando…
Cancelar
Guardar