From 3f260fd066241b5b53a1794fac006ea957f157c1 Mon Sep 17 00:00:00 2001 From: Shana Moore Date: Tue, 23 Jul 2024 08:26:18 -0700 Subject: [PATCH] :gift: update dockerfile image to a specific sha --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cd69c94..79ddbd7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/samvera/hyku/base:latest as hyku-knap-base +FROM ghcr.io/samvera/hyku/base:20b8c56e as hyku-knap-base # This is specifically NOT $APP_PATH but the parent directory COPY --chown=1001:101 . /app/samvera