From 50cfeb7f31776c56937b62eba8f588d86d07d9a6 Mon Sep 17 00:00:00 2001 From: Nick Nichols Date: Tue, 3 Dec 2024 10:19:45 -0600 Subject: [PATCH] Pin docker image (#7) * Pin Docker Image See: https://github.com/nnichols/clojure-dependency-update-action/pull/22 * Document changes --- CHANGELOG.md | 4 ++++ Dockerfile | 3 ++- LICENSE | 2 +- README.md | 3 +-- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7d8aab..362a7b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v3 - 2024-12-03 + +- Pin the Alpine image version + ## v2 - 2022-07-06 - Migrate to Alpine tools.deps image diff --git a/Dockerfile b/Dockerfile index 927ea8f..96523a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ -FROM clojure:temurin-18-tools-deps-alpine +# https://hub.docker.com/layers/library/clojure/temurin-18-tools-deps-alpine/images/sha256-11322c60157b98e87bd55d523854d177e4b150f7b0ca2179550d7cd2a60961f8 +FROM clojure:temurin-18-tools-deps-alpine@sha256:11322c60157b98e87bd55d523854d177e4b150f7b0ca2179550d7cd2a60961f8 ENV REVIEWDOG_VERSION=v0.12.0 diff --git a/LICENSE b/LICENSE index 3254c00..ae57841 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021-2023 Nick A Nichols +Copyright (c) 2021-2024 Nick A Nichols Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 97202f0..eb1e6ac 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ A GitHub Action to lint clojure files with [clj-kondo](https://github.com/clj-ko ![Screenshot 2024-12-03 100026](https://github.com/user-attachments/assets/60c717ce-6dc8-45d4-955d-8b1feed11a99 "An example Pull Request comment generated by this action") - ## Example Usage The clojure-lint-action is used in almost every Wall Brew repository. @@ -103,4 +102,4 @@ jobs: Copyright © 2021-2024 [Nick Nichols](https://nnichols.github.io/) -Distributed under the [MIT License](https://github.com/nnichols/clojure-vulnerability-check-action/blob/master/LICENSE) +Distributed under the [MIT License](https://github.com/nnichols/clojure-lint-action/blob/master/LICENSE)