Skip to content

Commit 6c875d7

Browse files
committed
chore: switch to alpine:latest and update changelog for v2.0.0
1 parent 6fcb17c commit 6c875d7

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [2.0.0] - 2026-02-18
44

55
### Changed
66

@@ -9,6 +9,8 @@
99
- Added `entrypoint.sh` to map GitHub Action inputs to `rootly-cli` flags
1010
- Command invocation changed from `rootly pulse <summary>` to `rootly pulse create <summary>`
1111
- Environment variable renamed from `ROOTLY_API_TOKEN` to `ROOTLY_API_KEY`
12+
- Base image switched to `alpine:latest`
13+
- Resolved hadolint warnings (DL3018, DL4006)
1214

1315
## [1.2.0] - 2024-10-21
1416

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# hadolint ignore=DL3007
2-
FROM alpine:3.21
2+
FROM alpine:latest
33

44
# hadolint ignore=DL3018
55
RUN apk add --no-cache curl

0 commit comments

Comments
 (0)