mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
pin image digests (#2754)
Manifest list digests can be found with: ```sh docker buildx imagetools inspect python:3.11.4-bullseye docker buildx imagetools inspect python:3.11.4-slim-bullseye docker buildx imagetools inspect ghcr.io/nginxinc/nginx-unprivileged:1.25.0-alpine3.17 ``` The node images are pinned in #2736 Fixes #2751 Partially fixes #2752
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM ghcr.io/nginxinc/nginx-unprivileged:1.23
|
||||
FROM ghcr.io/nginxinc/nginx-unprivileged:1.25.0-alpine3.17@sha256:e57300e9f60e521c5af3ec8fdc710285a371647e8033bcb8a36020c4394db3e3
|
||||
|
||||
COPY LICENSE /licenses/LICENSE.txt
|
||||
COPY LICENSE /LICENSE
|
||||
|
||||
Reference in New Issue
Block a user