Merge pull request #53 from linuxserver/3.14

rebase to 3.14
This commit is contained in:
Roxedus 2021-10-05 17:37:14 +02:00 committed by GitHub
commit fa4d15bac4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 6 deletions

View File

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-alpine:3.13 as buildstage
FROM ghcr.io/linuxserver/baseimage-alpine:3.14 as buildstage
# build variables
ARG SYNCTHING_RELEASE
@ -36,7 +36,7 @@ echo "**** fetch source code ****" && \
build syncthing
############## runtime stage ##############
FROM ghcr.io/linuxserver/baseimage-alpine:3.13
FROM ghcr.io/linuxserver/baseimage-alpine:3.14
# set version label
ARG BUILD_DATE

View File

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.13 as buildstage
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.14 as buildstage
# build variables
ARG SYNCTHING_RELEASE
@ -36,7 +36,7 @@ echo "**** fetch source code ****" && \
build syncthing
############## runtime stage ##############
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.13
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.14
# set version label
ARG BUILD_DATE

View File

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-3.13 as buildstage
FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-3.14 as buildstage
# build variables
ARG SYNCTHING_RELEASE
@ -36,7 +36,7 @@ echo "**** fetch source code ****" && \
build syncthing
############## runtime stage ##############
FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-3.13
FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-3.14
# set version label
ARG BUILD_DATE

View File

@ -238,6 +238,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **05.10.21:** - Rebase to alpine 3.14.
* **12.05.21:** - Remove sysctl parameter again
* **03.05.21:** - Raise maximum UDP buffer size.
* **03.05.21:** - Add port mapping for 22000/udp.

View File

@ -43,6 +43,7 @@ app_setup_nginx_reverse_proxy_block: ""
# changelog
changelogs:
- { date: "05.10.21:", desc: "Rebase to alpine 3.14." }
- { date: "12.05.21:", desc: "Remove sysctl parameter again" }
- { date: "03.05.21:", desc: "Raise maximum UDP buffer size." }
- { date: "03.05.21:", desc: "Add port mapping for 22000/udp." }