Skip to content

Commit

Permalink
Pin docker image (#7)
Browse files Browse the repository at this point in the history
* Pin Docker Image

See: nnichols/clojure-dependency-update-action#22

* Document changes
  • Loading branch information
nnichols authored Dec 3, 2024
1 parent 4ba30f3 commit 50cfeb7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v3 - 2024-12-03

- Pin the Alpine image version

## v2 - 2022-07-06

- Migrate to Alpine tools.deps image
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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)

0 comments on commit 50cfeb7

Please sign in to comment.