We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fcb17c commit 6c875d7Copy full SHA for 6c875d7
2 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## [Unreleased]
+## [2.0.0] - 2026-02-18
4
5
### Changed
6
@@ -9,6 +9,8 @@
9
- Added `entrypoint.sh` to map GitHub Action inputs to `rootly-cli` flags
10
- Command invocation changed from `rootly pulse <summary>` to `rootly pulse create <summary>`
11
- Environment variable renamed from `ROOTLY_API_TOKEN` to `ROOTLY_API_KEY`
12
+- Base image switched to `alpine:latest`
13
+- Resolved hadolint warnings (DL3018, DL4006)
14
15
## [1.2.0] - 2024-10-21
16
Dockerfile
@@ -1,5 +1,5 @@
# hadolint ignore=DL3007
-FROM alpine:3.21
+FROM alpine:latest
# hadolint ignore=DL3018
RUN apk add --no-cache curl
0 commit comments