Rebase to 3.15, remove cached files.

This commit is contained in:
TheSpad 2022-01-04 23:13:27 +00:00
parent e2b946a909
commit 4914ef8c73
4 changed files with 10 additions and 6 deletions

View File

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-alpine:3.14
FROM ghcr.io/linuxserver/baseimage-alpine:3.15
# set version label
ARG BUILD_DATE
@ -53,7 +53,8 @@ RUN \
build-dependencies && \
rm -rf \
/root/.cache \
/tmp/*
/tmp/* \
/app/overseerr/.next/cache
# copy local files
COPY root/ /

View File

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.14
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.15
# set version label
ARG BUILD_DATE
@ -53,7 +53,8 @@ RUN \
build-dependencies && \
rm -rf \
/root/.cache \
/tmp/*
/tmp/* \
/app/overseerr/.next/cache
# copy local files
COPY root/ /

View File

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-3.14
FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-3.15
# set version label
ARG BUILD_DATE
@ -53,7 +53,8 @@ RUN \
build-dependencies && \
rm -rf \
/root/.cache \
/tmp/*
/tmp/* \
/app/overseerr/.next/cache
# copy local files
COPY root/ /

View File

@ -47,6 +47,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "04.01.22:", desc: "Rebase to 3.15, remove cached files." }
- { date: "10.10.21:", desc: "Add additional post-build cleanup." }
- { date: "17.06.21:", desc: "Rebase to alpine 3.14." }
- { date: "05.04.21:", desc: "Initial Release." }