Skip to content

Commit b8b6a2c

Browse files
committed
Update to build from specific version of python
1 parent bf08c84 commit b8b6a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3-bullseye
1+
FROM python:3.11.6-bullseye
22
WORKDIR /app
33
COPY . /app
44
RUN apt update && apt install -y libolm-dev && rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)