Skip to content

Commit 4f8c348

Browse files
authored
Merge pull request #34 from thespad/3.19
Rebase to Alpine 3.19
2 parents 50831fb + fce3aa9 commit 4f8c348

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/call-baseimage-update.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Check for base image updates
2+
23
on:
34
workflow_dispatch:
45
schedule:
@@ -10,7 +11,7 @@ jobs:
1011
with:
1112
repo_owner: "thespad"
1213
baseimage: "alpine"
13-
basebranch: "3.18"
14+
basebranch: "3.19"
1415
app_name: "py-kms"
1516
secrets:
1617
repo_scoped_token: ${{ secrets.repo_scoped_token }}

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

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

55
# set version label
66
ARG BUILD_DATE
@@ -33,7 +33,7 @@ RUN \
3333
setuptools \
3434
wheel && \
3535
pip install -U --no-cache-dir pytz && \
36-
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.18 -r /home/py-kms/requirements.txt && \
36+
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.19 -r /home/py-kms/requirements.txt && \
3737
apk del --purge \
3838
build-dependencies && \
3939
rm -rf \

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ The architectures supported by this image are:
2727
| :----: | :----: | ---- |
2828
| x86-64 || latest |
2929
| arm64 || latest |
30-
| armhf || latest |
3130

3231
## Application Setup
3332

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

113112
## Versions
114113

114+
* **30.12.23:** - Rebase to Alpine 3.19.
115115
* **29.10.23:** - Provide IPv4-only option for legacy hosts.
116116
* **14.05.23:** - Rebase to Alpine 3.18. Drop support for armhf.
117117
* **19.03.23:** - Add `pytz`.

0 commit comments

Comments
 (0)