Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
Rebase to 3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed Jul 12, 2023
1 parent df0cdf0 commit db02d2d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM ghcr.io/linuxserver/baseimage-alpine:3.17
FROM ghcr.io/linuxserver/baseimage-alpine:3.18

# set version label
ARG BUILD_DATE
Expand Down Expand Up @@ -40,7 +40,8 @@ RUN \
echo "**** clean up ****" && \
npm cache clean --force && \
rm -rf \
/root/* \
$HOME/* \
$HOME/.npm \
/tmp/*

# add local files
Expand Down
5 changes: 3 additions & 2 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.17
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.18

# set version label
ARG BUILD_DATE
Expand Down Expand Up @@ -40,7 +40,8 @@ RUN \
echo "**** clean up ****" && \
npm cache clean --force && \
rm -rf \
/root/* \
$HOME/* \
$HOME/.npm \
/tmp/*

# add local files
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64

## Versions

* **12.07.23:** - Rebase to Alpine 3.18.
* **13.02.23:** - Rebase to Alpine 3.17, migrate to s6v3.
* **19.04.22:** - Rebase to Alpine.
* **31.05.19:** - Initial Release.
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "12.07.23:", desc: "Rebase to Alpine 3.18." }
- { date: "13.02.23:", desc: "Rebase to Alpine 3.17, migrate to s6v3." }
- { date: "19.04.22:", desc: "Rebase to Alpine." }
- { date: "31.05.19:", desc: "Initial Release." }

0 comments on commit db02d2d

Please sign in to comment.