Skip to content

Commit a69a6e9

Browse files
committed
fix: use silverback stable
1 parent c074ff5 commit a69a6e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

silverback/_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
from .exceptions import ImportFromStringError
3131

3232
DOCKERFILE_CONTENT = """
33-
FROM ghcr.io/apeworx/silverback:latest
33+
FROM ghcr.io/apeworx/silverback:stable
3434
USER root
3535
WORKDIR /app
3636
RUN mkdir -p ./bots && chown harambe:harambe /app/bots

0 commit comments

Comments
 (0)