File tree Expand file tree Collapse file tree 5 files changed +11
-12
lines changed Expand file tree Collapse file tree 5 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 1
- FROM ghcr.io/linuxserver/baseimage-alpine:3.13
1
+ FROM ghcr.io/linuxserver/baseimage-alpine:3.15
2
2
3
3
# set version label
4
4
ARG BUILD_DATE
26
26
else \
27
27
LDAP_INSTALL="python-ldap==${LDAP_VERSION}" ; \
28
28
fi && \
29
- pip3 install -U --no-cache-dir \
30
- pip && \
31
- pip install -U --find-links https://wheel-index.linuxserver.io/alpine/ \
29
+ pip3 install -U --no-cache-dir pip setuptools wheel && \
30
+ pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.15/ \
32
31
cryptography \
33
32
${LDAP_INSTALL} && \
34
33
echo "**** cleanup ****" && \
Original file line number Diff line number Diff line change 1
- FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.13
1
+ FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.15
2
2
3
3
# set version label
4
4
ARG BUILD_DATE
26
26
else \
27
27
LDAP_INSTALL="python-ldap==${LDAP_VERSION}"; \
28
28
fi && \
29
- pip3 install -U --no-cache-dir \
30
- pip && \
31
- pip install -U --find-links https://wheel-index.linuxserver.io/alpine/ \
29
+ pip3 install -U --no-cache-dir pip setuptools wheel && \
30
+ pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.15/ \
32
31
cryptography \
33
32
${LDAP_INSTALL} && \
34
33
echo "**** cleanup ****" && \
Original file line number Diff line number Diff line change 1
- FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-3.13
1
+ FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-3.15
2
2
3
3
# set version label
4
4
ARG BUILD_DATE
26
26
else \
27
27
LDAP_INSTALL="python-ldap==${LDAP_VERSION}"; \
28
28
fi && \
29
- pip3 install -U --no-cache-dir \
30
- pip && \
31
- pip install -U --find-links https://wheel-index.linuxserver.io/alpine/ \
29
+ pip3 install -U --no-cache-dir pip setuptools wheel && \
30
+ pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.15/ \
32
31
cryptography \
33
32
${LDAP_INSTALL} && \
34
33
echo "**** cleanup ****" && \
Original file line number Diff line number Diff line change @@ -213,6 +213,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
213
213
214
214
## Versions
215
215
216
+ * ** 19.09.22:** - Rebase to alpine 3.15.
216
217
* ** 14.05.21:** - Add linuxserver wheel index.
217
218
* ** 12.02.21:** - Clean up cargo/rust cache.
218
219
* ** 10.02.21:** - Rebasing to alpine 3.13.
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ app_setup_block: |
43
43
44
44
# changelog
45
45
changelogs :
46
+ - { date: "19.09.22:", desc: "Rebase to alpine 3.15." }
46
47
- { date: "14.05.21:", desc: "Add linuxserver wheel index." }
47
48
- { date: "12.02.21:", desc: "Clean up cargo/rust cache." }
48
49
- { date: "10.02.21:", desc: "Rebasing to alpine 3.13." }
You can’t perform that action at this time.
0 commit comments