File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3- FROM ghcr.io/linuxserver/baseimage-alpine:3.19 as buildstage
3+ FROM ghcr.io/linuxserver/baseimage-alpine:3.20 as buildstage
44
55# build variables
66ARG PWNDROP_RELEASE
@@ -34,7 +34,7 @@ echo "**** fetch source code ****" && \
3434 cp -r ./www /app/pwndrop/admin
3535
3636# ############# runtime stage ##############
37- FROM ghcr.io/linuxserver/baseimage-alpine:3.19
37+ FROM ghcr.io/linuxserver/baseimage-alpine:3.20
3838
3939# set version label
4040ARG BUILD_DATE
@@ -46,6 +46,9 @@ LABEL maintainer="aptalca"
4646# add pwndrop
4747COPY --from=buildstage /app/pwndrop/ /app/pwndrop/
4848
49+ RUN \
50+ printf "Linuxserver.io version: ${VERSION}\n Build-date: ${BUILD_DATE}" > /build_version
51+
4952# add local files
5053COPY /root /
5154
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3- FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.19 as buildstage
3+ FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.20 as buildstage
44
55# build variables
66ARG PWNDROP_RELEASE
3434 cp -r ./www /app/pwndrop/admin
3535
3636############## runtime stage ##############
37- FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.19
37+ FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.20
3838
3939# set version label
4040ARG BUILD_DATE
@@ -46,6 +46,9 @@ LABEL maintainer="aptalca"
4646# add pwndrop
4747COPY --from=buildstage /app/pwndrop/ /app/pwndrop/
4848
49+ RUN \
50+ printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version
51+
4952# add local files
5053COPY /root /
5154
Original file line number Diff line number Diff line change @@ -274,6 +274,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
274274
275275# # Versions
276276
277+ * ** 04.06.24:** - Rebase to Alpine 3.20.
277278* ** 20.03.24:** - Rebase to Alpine 3.19.
278279* ** 07.08.23:** - Rebase to Alpine 3.18.
279280* ** 03.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
Original file line number Diff line number Diff line change @@ -12,9 +12,6 @@ available_architectures:
1212 - {arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
1313# development version
1414development_versions : false
15- development_versions_items :
16- - {tag: "latest", desc: "Stable releases"}
17- - {tag: "development", desc: "Pre-releases from their GitHub"}
1815# container parameters
1916common_param_env_vars_enabled : true
2017param_container_name : " {{ project_name }}"
@@ -36,6 +33,7 @@ app_setup_block: |
3633 Access the web gui at `http://<your-ip>:8080/pwndrop` (replace `/pwndrop` with your `SECRET_PATH` if you set one).
3734# changelog
3835changelogs :
36+ - {date: "04.06.24:", desc: "Rebase to Alpine 3.20."}
3937 - {date: "20.03.24:", desc: "Rebase to Alpine 3.19."}
4038 - {date: "07.08.23:", desc: "Rebase to Alpine 3.18."}
4139 - {date: "03.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"}
You can’t perform that action at this time.
0 commit comments