From e7ac3c9a1d3df6d9e10c7a7976bc24d5c02db3b9 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Tue, 13 Jun 2023 09:47:16 +0200 Subject: [PATCH] Rebuild, fix pre-commit. --- .pre-commit-config.yaml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 42ceb7d..a163d75 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ --- repos: - - repo: git://github.com/pre-commit/pre-commit-hooks + - repo: https://github.com/pre-commit/pre-commit-hooks # sha: master # Use the ref you want to point at rev: v3.3.0 hooks: diff --git a/Dockerfile b/Dockerfile index 25e806a..5fae49c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ LABEL OpenSSH="8.0p1" LABEL Tini="0.19.0" LABEL Name="CentOS OpenSSH" LABEL VERSION="2" -LABEL build_date="2022-01-14" +LABEL build_date="2023-06-13" ENV TINI_VERSION v0.19.0