Skip to content

Commit 841adb3

Browse files
build(deps): Bump python from 3.11.5-slim to 3.12.0-slim
Bumps python from 3.11.5-slim to 3.12.0-slim. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bbdc4b4 commit 841adb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11.5
1+
FROM python:3.12.0
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.11.5-slim
10+
FROM python:3.12.0-slim
1111
COPY . /app
1212
COPY --from=0 /app/venv /app/venv
1313
RUN mkdir -p /app/opbeans/static/

0 commit comments

Comments
 (0)