chore(deps): pin docker digests
This commit is contained in:
parent
1e43038492
commit
98d6a621e9
@ -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:
|
||||||
freshrss:
|
freshrss:
|
||||||
container_name: freshrss
|
container_name: freshrss
|
||||||
image: thegeeklab/freshrss:latest
|
image: thegeeklab/freshrss:latest@sha256:885529ccbc6d2cb8f8ae05697a4f6752f5758b9fa44bad8bcaba8c05ded50ecf
|
||||||
ports:
|
ports:
|
||||||
- "80:8080"
|
- "80:8080"
|
||||||
volumes:
|
volumes:
|
||||||
|
Reference in New Issue
Block a user