Skip to content

Commit

Permalink
ci: 🤖 merge pull request #14 from smichard/renovate/alpine-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
smichard authored Jan 27, 2024
2 parents fba1caf + 6a5afbc commit 4cfb7b4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,22 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and to [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).

## Unreleased changes
## 2.0.2 (2024-01-27)

### Chore
- update alpine docker tag to v3.19.1 [`fdf91e2`](https://github.com/smichard/conventional_changelog/commit/fdf91e2)

## 2.0.1 (2024-01-27)

### Continuous Integration
- :robot: merge pull request #13 from smichard/renovate/smichard-conventional_changelog-2.x [`2c8c2e2`](https://github.com/smichard/conventional_changelog/commit/2c8c2e2)

### Documentation
- :robot: changelog file generated [`fba1caf`](https://github.com/smichard/conventional_changelog/commit/fba1caf)
- :robot: changelog file generated [`3f245e6`](https://github.com/smichard/conventional_changelog/commit/3f245e6)

### Chore
- update alpine docker tag to v3.19.1 [`d992582`](https://github.com/smichard/conventional_changelog/commit/d992582)
- update smichard/conventional_changelog action to v2 [`6e483be`](https://github.com/smichard/conventional_changelog/commit/6e483be)

## 2.0.0 (2024-01-25)
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19.0
FROM alpine:3.19.1

# Install git
RUN apk update \
Expand Down

0 comments on commit 4cfb7b4

Please sign in to comment.