Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base definition
FROM python:3.11.14-slim-bookworm AS base
FROM python:3.11.15-slim-bookworm AS base

WORKDIR /usr/src/app
ENV VIRTUAL_ENV=/usr/src/app/.venv
Expand Down
2 changes: 1 addition & 1 deletion dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.14
FROM python:3.11.15

WORKDIR /usr/src/app
ENV VIRTUAL_ENV=/usr/src/app/.venv
Expand Down