update semaphore

This commit is contained in:
kev 2023-02-07 17:57:12 +08:00
parent a6a3f5bcaf
commit 00e2832463
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
FROM debian:bullseye FROM debian:bullseye
MAINTAINER EasyPi Software Foundation MAINTAINER EasyPi Software Foundation
ARG APP_VERSION=2.8.53 ARG APP_VERSION=2.8.77
ARG APP_ARCH=arm64 ARG APP_ARCH=arm64
ARG APP_FILE=semaphore_${APP_VERSION}_linux_${APP_ARCH}.deb ARG APP_FILE=semaphore_${APP_VERSION}_linux_${APP_ARCH}.deb
ARG APP_URL=https://github.com/ansible-semaphore/semaphore ARG APP_URL=https://github.com/ansible-semaphore/semaphore

View File

@ -3,7 +3,7 @@ version: "3.8"
services: services:
semaphore: semaphore:
image: ansiblesemaphore/semaphore:v2.8.53 image: ansiblesemaphore/semaphore:v2.8.77
ports: ports:
- "3000:3000" - "3000:3000"
volumes: volumes: