Skip to content

Commit

Permalink
Bump python from 3.8-slim to 3.12-slim
Browse files Browse the repository at this point in the history
Bumps python from 3.8-slim to 3.12-slim.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 13, 2024
1 parent 2afbce0 commit b10e2e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion development.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8-slim
FROM python:3.12-slim

RUN apt update && apt install curl build-essential -y

Expand Down
2 changes: 1 addition & 1 deletion fly.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-slim
FROM python:3.12-slim

LABEL maintainer="Zauberzeug GmbH <nicegui@zauberzeug.com>"

Expand Down
4 changes: 2 additions & 2 deletions release.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-slim as builder
FROM python:3.12-slim as builder

RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC \
Expand All @@ -11,7 +11,7 @@ RUN python -m pip install --upgrade pip

RUN python -m pip install --upgrade libsass

FROM python:3.11-slim as release
FROM python:3.12-slim as release
COPY --from=builder /usr/local/lib/python3.11/site-packages /usr/local/lib/python3.11/site-packages
ARG VERSION

Expand Down

0 comments on commit b10e2e7

Please sign in to comment.