Compare commits
8 commits
feature/fr
...
main
Author | SHA1 | Date | |
---|---|---|---|
affe80fced | |||
7c29e2e7ef | |||
bff04a1a8d | |||
e6406ffce2 | |||
eb9f39406e | |||
8e45de9f44 | |||
528f411c57 | |||
043a3d49a1 |
5 changed files with 4342 additions and 4277 deletions
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
app:
|
||||
image: mcr.microsoft.com/devcontainers/python:3.12-bookworm
|
||||
image: mcr.microsoft.com/devcontainers/python:3.13-bookworm
|
||||
volumes:
|
||||
- ../..:/simple-ocpp-cs:cached
|
||||
command: sleep infinity
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# `python-base` sets up all our shared environment variables
|
||||
FROM python:3.12-slim AS python-base
|
||||
FROM python:3.13-slim AS python-base
|
||||
|
||||
# python
|
||||
ENV PYTHONUNBUFFERED=1 \
|
||||
|
|
962
backend/poetry.lock
generated
962
backend/poetry.lock
generated
File diff suppressed because it is too large
Load diff
7650
frontend/package-lock.json
generated
7650
frontend/package-lock.json
generated
File diff suppressed because it is too large
Load diff
3
renovate.json
Normal file
3
renovate.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue