Skip to content

Commit

Permalink
Merge pull request #16 from thespad/3.19
Browse files Browse the repository at this point in the history
Rebase to Alpine 3.19
  • Loading branch information
thespad authored Dec 30, 2023
2 parents 90f04a4 + d84cc9c commit 0e70b1e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/call-baseimage-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
with:
repo_owner: ${{ github.repository_owner }}
baseimage: "alpine"
basebranch: "3.18"
basebranch: "3.19"
app_name: "whisparr"
prerelease: true
branch: nightly
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM ghcr.io/linuxserver/baseimage-alpine:3.18
FROM ghcr.io/linuxserver/baseimage-alpine:3.19

# set version label
ARG BUILD_DATE
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM ghcr.io/linuxserver/baseimage-alpine:3.18
FROM ghcr.io/linuxserver/baseimage-alpine:3.19

# set version label
ARG BUILD_DATE
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ The architectures supported by this image are:
| :----: | :----: | ---- |
| x86-64 || latest |
| arm64 || latest |
| armhf || latest |

## Application Setup

Expand Down Expand Up @@ -90,6 +89,7 @@ Container images are configured using parameters passed at runtime (such as thos

## Versions

* **30.12.23:** - Rebase to Alpine 3.19.
* **14.05.23:** - Rebase to Alpine 3.18. Drop support for armhf.
* **09.12.22:** - Rebase to 3.17.
* **23.09.22:** - Rebase to 3.16, migrate to s6v3.
Expand Down

0 comments on commit 0e70b1e

Please sign in to comment.