chore(deps): pin docker digests
This commit is contained in:
parent
b5cd7c79cf
commit
2794b56109
@ -1,4 +1,4 @@
|
|||||||
FROM thegeeklab/nginx:latest
|
FROM thegeeklab/nginx:latest@sha256:e4b8143782380a49e1e24044207c0418acebdb8c3d67274d1c4440df819fcbac
|
||||||
|
|
||||||
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
|
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
|
||||||
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
|
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
|
||||||
|
@ -4,7 +4,7 @@ version: '3'
|
|||||||
services:
|
services:
|
||||||
kanboard:
|
kanboard:
|
||||||
container_name: kanboard
|
container_name: kanboard
|
||||||
image: thegeeklab/kanboard:latest
|
image: thegeeklab/kanboard:latest@sha256:3b0b9f10b77d9fd202f73fe0c65cdc7d25d9d8a1c34b1c0075ee69e3907eba07
|
||||||
ports:
|
ports:
|
||||||
- "80:8080"
|
- "80:8080"
|
||||||
volumes:
|
volumes:
|
||||||
|
Reference in New Issue
Block a user