Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
stumpylog committed Dec 11, 2023
2 parents f9007ac + 747ba9e commit f1737e3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Changelog format is now "Keep a Changelog" style
- s6-overlay 3.1.6.2
- Alpine 3.19

## [0.2.2] - 2023-11-01

### Changed

- Changelog format is now "Keep a Changelog" style
- Updated action versions

## [v0.2.0] - 2023-05-25
## [0.2.0] - 2023-05-25

- Alpine 3.18
- s6-overlay 3.1.5.0

## v0.1.0
## [0.1.0]

- Initial image release
- Alpine 3.17
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Purpose: Installs s6-overlay and rootfs
# Comments:
# - Don't leave anything extra in here either
FROM docker.io/alpine:3.18 as s6-overlay-base
FROM docker.io/alpine:3.19 as s6-overlay-base

WORKDIR /usr/src/s6

Expand Down

0 comments on commit f1737e3

Please sign in to comment.