Selaa lähdekoodia

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

tags/0.3.13
takatost 2 vuotta sitten
vanhempi
commit
5d783a4922
No account linked to committer's email address
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1
    1
      api/Dockerfile
  2. 1
    1
      web/Dockerfile

+ 1
- 1
api/Dockerfile Näytä tiedosto

@@ -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 Näytä tiedosto

@@ -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…
Peruuta
Tallenna