Skip to content

Commit

Permalink
Merge pull request #47 from thespad/3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad authored May 14, 2023
2 parents e9579f2 + 52fa5f2 commit dff7da9
Show file tree
Hide file tree
Showing 4 changed files with 5 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: "thespad"
baseimage: "alpine"
basebranch: "3.17"
basebranch: "3.18"
app_name: "get_iplayer"
secrets:
repo_scoped_token: ${{ secrets.repo_scoped_token }}
2 changes: 1 addition & 1 deletion .github/workflows/call-build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
release_type: "github"
release_url: "https://api.github.com/repos/get-iplayer/get_iplayer"
dockerhub_user: "thespad"
target-arch: "all"
target-arch: "64"
secrets:
dockerhub_password: ${{ secrets.DOCKER_PASSWORD }}
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.17
FROM ghcr.io/linuxserver/baseimage-alpine:3.18

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

## Application Setup

Expand Down Expand Up @@ -175,6 +175,7 @@ docker build \

## Versions

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

0 comments on commit dff7da9

Please sign in to comment.