Skip to content

Commit a67cb7b

Browse files
Bump python from 3.12.4-slim to 3.12.5-slim (#494)
Bumps python from 3.12.4-slim to 3.12.5-slim. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e7e71d0 commit a67cb7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY OpenOversight/app/static/ OpenOversight/app/static/
77
RUN yarn build
88

99

10-
FROM python:3.12.4-slim as base
10+
FROM python:3.12.5-slim as base
1111
ARG IS_PROD
1212
ENV DEBIAN_FRONTEND noninteractive
1313
ENV PIP_NO_CACHE_DIR=1

0 commit comments

Comments
 (0)