Skip to content

Commit

Permalink
Merge pull request #5 from linuxserver/master-3.11
Browse files Browse the repository at this point in the history
Rebasing to Alpine 3.11
  • Loading branch information
tobbenb committed Dec 27, 2019
2 parents b4586a7 + 166ba79 commit e5800ed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM lsiobase/alpine:3.10
FROM lsiobase/alpine:3.11

# set version label
ARG BUILD_DATE
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM lsiobase/alpine:arm64v8-3.10
FROM lsiobase/alpine:arm64v8-3.11

# set version label
ARG BUILD_DATE
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.armhf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM lsiobase/alpine:arm32v7-3.10
FROM lsiobase/alpine:arm32v7-3.11

# set version label
ARG BUILD_DATE
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "19.12.19:", desc: "Rebasing to alpine 3.11." }
- { date: "02.07.19:", desc: "Rebasing to alpine 3.10." }
- { date: "02.07.19:", desc: "Stop container if fleet fails." }
- { date: "19.05.19:", desc: "Use new base images for arm versions." }
Expand Down

0 comments on commit e5800ed

Please sign in to comment.