build: update to alpine 3.20 (#3447)
* add execute permission to s6 scripts * update s6 base image to 3.20 * Update aarch64 docker image --------- Co-authored-by: Ryan Winter <ryanwinter@outlook.com>pull/3469/head
parent
2369e5c0ed
commit
7de6bc4a91
@ -1,16 +0,0 @@
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-3.17
|
||||
|
||||
RUN apk --update add ca-certificates \
|
||||
mailcap \
|
||||
curl
|
||||
|
||||
HEALTHCHECK --start-period=2s --interval=5s --timeout=3s \
|
||||
CMD curl -f http://localhost/health || exit 1
|
||||
|
||||
# copy local files
|
||||
COPY docker/root/ /
|
||||
COPY filebrowser /usr/bin/filebrowser
|
||||
|
||||
# ports and volumes
|
||||
VOLUME /srv /config /database
|
||||
EXPOSE 80
|
Loading…
Reference in new issue