1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
This commit is contained in:
kev 2020-09-29 16:27:45 +08:00
parent 92bb37687b
commit d24cf16983
4 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
FROM arm32v7/debian:buster
MAINTAINER EasyPi Software Foundation
ENV DOCKER_COMPOSE_VERSION 1.25.4
ENV DOCKER_COMPOSE_VERSION 1.27.4
ENV PYINSTALLER_VERSION 3.6
RUN set -xe \

View File

@ -5,7 +5,7 @@
FROM openjdk:8-jre-alpine
MAINTAINER EasyPi Software Foundation
ENV OPENREFINE_VERSION 3.4
ENV OPENREFINE_VERSION 3.4.1
ENV OPENREFINE_FILE openrefine-linux-${OPENREFINE_VERSION}.tar.gz
ENV OPENREFINE_URL https://github.com/OpenRefine/OpenRefine/releases/download/${OPENREFINE_VERSION}/${OPENREFINE_FILE}

View File

@ -11,7 +11,7 @@ RUN set -xe \
&& curl -sSL http://repo.owntracks.org/repo.owntracks.org.gpg.key | apt-key add - \
&& echo 'deb http://repo.owntracks.org/debian buster main' > /etc/apt/sources.list.d/owntracks.list \
&& apt-get update \
&& apt-get install -y ot-recorder \
&& apt-get install -y ot-recorder || true \
&& rm -rf /var/lib/apt/lists/*
ENV OTR_HOST mqtt.eclipse.org

View File

@ -7,7 +7,7 @@ version: "3.8"
services:
rocketchat:
image: rocketchat/rocket.chat:3.6.1
image: rocketchat/rocket.chat:3.6.3
ports:
- "3000:3000"
environment: