Revert "build(deps): bump python from 3.9-slim-buster to 3.10.0-slim-buster (#1546)"

This reverts commit 471f9c6d05.
This commit is contained in:
Jens Langhammer 2021-10-06 09:55:44 +02:00
parent 471f9c6d05
commit 26f1f47cc1
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Stage 1: Lock python dependencies # Stage 1: Lock python dependencies
FROM docker.io/python:3.10.0-slim-buster as locker FROM docker.io/python:3.9-slim-buster as locker
COPY ./Pipfile /app/ COPY ./Pipfile /app/
COPY ./Pipfile.lock /app/ COPY ./Pipfile.lock /app/
@ -47,7 +47,7 @@ COPY ./go.sum /work/go.sum
RUN go build -o /work/authentik ./cmd/server/main.go RUN go build -o /work/authentik ./cmd/server/main.go
# Stage 5: Run # Stage 5: Run
FROM docker.io/python:3.10.0-slim-buster FROM docker.io/python:3.9-slim-buster
WORKDIR / WORKDIR /
COPY --from=locker /app/requirements.txt / COPY --from=locker /app/requirements.txt /