Skip to content

Commit

Permalink
0.25.4 Fixed docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomansion committed Oct 25, 2023
1 parent 8b2bc6e commit ff8bb50
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN npm install
RUN npm run build

# DebiAI Python Backend
FROM python:3.8-slim-buster
FROM python:3.10.12
WORKDIR /backend
COPY backend/ .
RUN pip install --trusted-host pypi.python.org -r requirements.txt
Expand Down
3 changes: 2 additions & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ kafka-python == 2.0.2
openapi_spec_validator == 0.2.8
PyYAML == 6.0
cacheout == 0.14.1
termcolor==2.3.0
termcolor==2.3.0
werkzeug==2.2.2
2 changes: 1 addition & 1 deletion backend/swagger.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
swagger: "2.0"
info:
version: 0.25.3
version: 0.25.4
title: DebiAI_BACKEND_API
description: DebiAI backend api
contact:
Expand Down
4 changes: 2 additions & 2 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "debiai_frontend",
"version": "0.25.3",
"version": "0.25.4",
"description": "Frontend for Debiai, made with Vuejs",
"license": "Apache-2.0",
"scripts": {
Expand Down

0 comments on commit ff8bb50

Please sign in to comment.