Skip to content

Commit 7538906

Browse files
build(deps): Bump python from 3.12.6-slim to 3.12.7-slim (#428)
Bumps python from 3.12.6-slim to 3.12.7-slim. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 14a8d68 commit 7538906

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12.6
1+
FROM python:3.12.7
22

33
WORKDIR /app
44

@@ -7,7 +7,7 @@ COPY requirements.txt /app
77
RUN /app/venv/bin/pip install -U pip setuptools && \
88
/app/venv/bin/pip install -r requirements.txt
99

10-
FROM python:3.12.6-slim
10+
FROM python:3.12.7-slim
1111
COPY . /app
1212
COPY --from=0 /app/venv /app/venv
1313
RUN mkdir -p /app/opbeans/static/

0 commit comments

Comments
 (0)