1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-21 17:56:53 +02:00

update hubot

This commit is contained in:
kev 2023-11-13 11:20:03 +08:00
parent 1ec6629a90
commit c5c42835e5
3 changed files with 3 additions and 2 deletions

View File

@ -2,12 +2,13 @@
# Dockerfile for hubot
#
FROM alpine:3.16
FROM alpine:3.18
MAINTAINER EasyPi Software Foundation
ENV HUBOT_NAME=Hubot
ENV HUBOT_ADAPTER=slack
ENV HUBOT_DESCRIPTION=$HUBOT_NAME-$HUBOT_ADAPTER
ENV HUBOT_LOG_LEVEL=info
ENV HUBOT_SLACK_TOKEN=
RUN set -xe \
@ -35,7 +36,7 @@ RUN set -xe \
VOLUME /home/hobot \
/usr/local/bin \
/usr/lib/python3.10/site-packages
/usr/lib/python3.11/site-packages
EXPOSE 8080

Binary file not shown.

Binary file not shown.