Skip to content

Commit

Permalink
Merge branch 'main' into update-readme-and-examples
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasmllr authored Mar 15, 2024
2 parents 6ec0572 + 83b1833 commit 16227a7
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 16227a7

Please sign in to comment.