Skip to content

Commit

Permalink
undid version lock
Browse files Browse the repository at this point in the history
  • Loading branch information
a-miscellaneous committed Jul 21, 2024
1 parent 25997ff commit b89785d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use a suitable base-image.
FROM python:3.12.2-slim@sha256:5dc6f84b5e97bfb0c90abfb7c55f3cacc2cb6687c8f920b64a833a2219875997
FROM python:3.12.2-slim
RUN apt-get update && apt-get upgrade -y
RUN apt-get install libgl1-mesa-glx -y
RUN apt-get install libglib2.0-0 libsm6 libxext6 libxrender-dev -y
Expand Down

0 comments on commit b89785d

Please sign in to comment.