Update Dockerfile
This commit is contained in:
parent
c7bbd0119f
commit
5f356451ab
|
@ -1,6 +1,6 @@
|
|||
# Install the base requirements for the app.
|
||||
# This stage is to support development.
|
||||
FROM --platform=$BUILDPLATFORM python:alpine AS base
|
||||
FROM --platform=$BUILDPLATFORM python:3.12-alpine AS base
|
||||
WORKDIR /app
|
||||
COPY requirements.txt .
|
||||
RUN pip install -r requirements.txt
|
||||
|
|
Loading…
Reference in New Issue