Skip to content

Commit a682015

Browse files
committed
Rebase to Alpine 3.19
Signed-off-by: Eric Nemchik <[email protected]>
1 parent d04f8d8 commit a682015

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
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
@@ -29,7 +29,7 @@ RUN \
2929
pip install -U --no-cache-dir \
3030
pip \
3131
wheel && \
32-
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.18/ \
32+
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.19/ \
3333
cryptography \
3434
python-ldap=="${LDAP_VERSION}" && \
3535
echo "**** cleanup ****" && \

Dockerfile.aarch64

Lines changed: 2 additions & 2 deletions
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:arm64v8-3.18
3+
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.19
44

55
# set version label
66
ARG BUILD_DATE
@@ -29,7 +29,7 @@ RUN \
2929
pip install -U --no-cache-dir \
3030
pip \
3131
wheel && \
32-
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.18/ \
32+
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.19/ \
3333
cryptography \
3434
python-ldap=="${LDAP_VERSION}" && \
3535
echo "**** cleanup ****" && \

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ app_setup_block: |
4242
4343
# changelog
4444
changelogs:
45+
- { date: "23.12.23:", desc: "Rebase to Alpine 3.19."}
4546
- { date: "20.06.23:", desc: "Sync upstream changes, including the ability to disable referrals with `X-Ldap-DisableReferrals`." }
4647
- { date: "25.05.23:", desc: "Rebase to Alpine 3.18, deprecate armhf." }
4748
- { date: "30.12.22:", desc: "Rebase to alpine 3.17." }

0 commit comments

Comments
 (0)