Skip to content

Commit e21cd17

Browse files
authored
Merge pull request #1 from linuxserver/master-3.10
Rebasing to Alpine 3.10
2 parents 0241462 + 1e0bc44 commit e21cd17

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM lsiobase/alpine:3.9
1+
FROM lsiobase/alpine:3.10
22

33
# set version label
44
ARG BUILD_DATE

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM lsiobase/alpine:arm64v8-3.9
1+
FROM lsiobase/alpine:arm64v8-3.10
22

33
# set version label
44
ARG BUILD_DATE

Dockerfile.armhf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM lsiobase/alpine:arm32v7-3.9
1+
FROM lsiobase/alpine:arm32v7-3.10
22

33
# set version label
44
ARG BUILD_DATE

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@ app_setup_block: |
3333
3434
# changelog
3535
changelogs:
36+
- { date: "28.06.19:", desc: "Rebasing to alpine 3.10." }
3637
- { date: "18.05.19:", desc: "Inital Release" }

0 commit comments

Comments
 (0)