Skip to content

Commit 8d14eb4

Browse files
committed
Update the base image used for dev bot
1 parent c57fae8 commit 8d14eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG python_version=3.11
22

3-
FROM --platform=linux/amd64 ghcr.io/chrislovering/python-poetry-base:$python_version-slim
3+
FROM --platform=linux/amd64 ghcr.io/owl-corp/python-poetry-base:$python_version-slim
44

55
# Install project dependencies
66
WORKDIR /app

0 commit comments

Comments
 (0)