Skip to content

Commit

Permalink
Merge pull request #34 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 Jan 7, 2024
2 parents 50831fb + fce3aa9 commit 4f8c348
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/call-baseimage-update.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Check for base image updates

on:
workflow_dispatch:
schedule:
Expand All @@ -10,7 +11,7 @@ jobs:
with:
repo_owner: "thespad"
baseimage: "alpine"
basebranch: "3.18"
basebranch: "3.19"
app_name: "py-kms"
secrets:
repo_scoped_token: ${{ secrets.repo_scoped_token }}
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -33,7 +33,7 @@ RUN \
setuptools \
wheel && \
pip install -U --no-cache-dir pytz && \
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.18 -r /home/py-kms/requirements.txt && \
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.19 -r /home/py-kms/requirements.txt && \
apk del --purge \
build-dependencies && \
rm -rf \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ The architectures supported by this image are:
| :----: | :----: | ---- |
| x86-64 || latest |
| arm64 || latest |
| armhf || latest |

## Application Setup

Expand Down Expand Up @@ -112,6 +111,7 @@ In this instance `PUID=1000` and `PGID=1000`, to find yours use `id user` as bel

## Versions

* **30.12.23:** - Rebase to Alpine 3.19.
* **29.10.23:** - Provide IPv4-only option for legacy hosts.
* **14.05.23:** - Rebase to Alpine 3.18. Drop support for armhf.
* **19.03.23:** - Add `pytz`.
Expand Down

0 comments on commit 4f8c348

Please sign in to comment.