Skip to content

Commit

Permalink
Fixes dependabot, updates s6-overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
stumpylog committed Jun 10, 2024
1 parent 1f24fe0 commit 0f5fec4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ version: 2
updates:
- package-ecosystem: "docker"
directory: "/"
target-branch: develop
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
target-branch: develop
schedule:
interval: "monthly"
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Alpine 3.20
### Changed

- Base image updated to Alpine 3.20
- s6-overlay updated to v3.2.0.0

### Fixed

- dependabot was target the wrong branch for updates

## [0.3.0]

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ENV \
ARG TARGETARCH
ARG TARGETVARIANT
# Lock this version
ARG S6_OVERLAY_VERSION=3.1.6.2
ARG S6_OVERLAY_VERSION=3.2.0.0

RUN set -eux \
&& echo "Installing build time packages" \
Expand Down

0 comments on commit 0f5fec4

Please sign in to comment.