mirror of
https://github.com/appleboy/telegram-action.git
synced 2026-05-14 02:42:44 +00:00
a77dd3e42f
- Update the base image version from 1.3.9 to 1.4.0 Signed-off-by: appleboy <appleboy.tw@gmail.com>
9 lines
156 B
Docker
9 lines
156 B
Docker
FROM appleboy/drone-telegram:1.4.0
|
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
RUN chmod +x /entrypoint.sh
|
|
|
|
WORKDIR /github/workspace
|
|
|
|
ENTRYPOINT ["/entrypoint.sh"]
|