Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#94)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

* updated python requirements with poetry

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tobias Mueller <[email protected]>
  • Loading branch information
renovate[bot] and tobiasmllr authored Mar 15, 2024
1 parent 0cd3b91 commit 83b1833
Show file tree
Hide file tree
Showing 6 changed files with 357 additions and 353 deletions.
4 changes: 2 additions & 2 deletions frontend/Dockerfile.app
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### BUILDER IMAGE ###
# syntax=docker/dockerfile:1
FROM python:3.10-slim AS BUILDER
FROM python:3.12-slim AS BUILDER

# set environment variables
ENV LANG=C.UTF-8
Expand All @@ -21,7 +21,7 @@ COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt

### APP IMAGE ###
FROM python:3.10-slim AS APP
FROM python:3.12-slim AS APP
WORKDIR /app

# set environment variables
Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile.nginx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### BUILDER IMAGE ###
# syntax=docker/dockerfile:1
FROM python:3.10-slim AS BUILDER
FROM python:3.12-slim AS BUILDER
WORKDIR /app

# set environment variables
Expand Down
Loading

0 comments on commit 83b1833

Please sign in to comment.