Skip to content

Commit

Permalink
Update to build from specific version of python
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkaye committed Oct 31, 2023
1 parent bf08c84 commit b8b6a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3-bullseye
FROM python:3.11.6-bullseye
WORKDIR /app
COPY . /app
RUN apt update && apt install -y libolm-dev && rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit b8b6a2c

Please sign in to comment.