Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 1585626

Browse files
Bump python from 3.10.12-slim to 3.11.5-slim
Bumps python from 3.10.12-slim to 3.11.5-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 fdcb3f4 commit 1585626

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.10.12-slim as BUILD
1+
FROM python:3.11.5-slim as BUILD
22

33
RUN apt-get update \
44
&& apt-get install -y build-essential bash git gcc \
@@ -18,7 +18,7 @@ COPY setup.py /root/beacon/setup.py
1818
COPY beacon_api /root/beacon/beacon_api
1919
RUN pip install /root/beacon
2020

21-
FROM python:3.10.12-slim
21+
FROM python:3.11.5-slim
2222

2323
RUN apt-get install -y bash
2424

0 commit comments

Comments
 (0)