Skip to content

Commit

Permalink
rebase to alpine 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sparklyballs committed Aug 16, 2018
1 parent d21da4b commit 5071b69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
FROM lsiobase/alpine.python.armhf:3.7
FROM lsiobase/alpine.python.armhf:3.8

# set version label
ARG BUILD_DATE
ARG VERSION
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="chbmb"

# work around for hanging configure
ARG CONFIG_SHELL=/bin/sh

RUN \
echo "**** install build packages ****" && \
apk add --no-cache --virtual=build-dependencies \
Expand Down Expand Up @@ -98,9 +95,9 @@ RUN \
rm -rf \
/tmp/*

# add local files
# add local files
COPY root/ /

# ports and volumes
# ports and volumes
EXPOSE 8083
VOLUME /books /config
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ To reverse proxy with our Letsencrypt docker container use the following locatio

## Versions

+ **16.08.18:** Rebase to alpine 3.8.
+ **03.07.18:** New build pushed, all versions below `60` have [vulnerability](https://github.com/janeczku/calibre-web/issues/534)
+ **05.01.18:** Rebase to alpine 3.7, Deprecate cpu_core routine lack of scaling.
+ **27.11.17:** Use cpu core counting routine to speed up build time.
Expand Down

0 comments on commit 5071b69

Please sign in to comment.