From cac9ffee6765a4026c26b36da5230e84fdff8166 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 20 Sep 2021 01:37:09 +0200 Subject: [PATCH] Pin lychee version to specific SHA (#19) This ensures fewer breaking changes in the future. Users can still profit from changes but they have to opt-in by using an explicit version of the plugin like `lycheeverse/lychee-action@v1.0.8` or `lycheeverse/lychee-action@v1` if they want to be more up-to-date at the risk of a higher change-rate. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ed00d56..57455fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM lycheeverse/lychee:latest +FROM lycheeverse/lychee:0.7.1@sha256:ff7c1b7490ed7e3cf5afc42ddf7ed32321291ae3e8c313214a074bb171117a3b LABEL maintainer="Matthias Endler " LABEL repository="https://github.com/lycheeverse/lychee-action"