Skip to content

Commit

Permalink
Merge pull request #34 from linuxserver/upgrade
Browse files Browse the repository at this point in the history
Attempt to upgrade packages during build
  • Loading branch information
tobbenb authored Nov 19, 2018
2 parents 510227f + 971ed76 commit 43f957a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

# install packages
RUN \
apk add --no-cache \
apk add --no-cache --upgrade \
curl \
memcached \
nginx \
nginx-mod-http-echo \
nginx-mod-http-fancyindex \
nginx-mod-http-geoip \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

# install packages
RUN \
apk add --no-cache \
apk add --no-cache --upgrade \
curl \
memcached \
nginx \
nginx-mod-http-echo \
nginx-mod-http-fancyindex \
nginx-mod-http-geoip \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile.armhf
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

# install packages
RUN \
apk add --no-cache \
apk add --no-cache --upgrade \
curl \
memcached \
nginx \
nginx-mod-http-echo \
nginx-mod-http-fancyindex \
nginx-mod-http-geoip \
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "18.11.18:", desc: "Attempt to upgrade packages during build." }
- { date: "28.09.18:", desc: "Multi-arch image." }
- { date: "17.08.18:", desc: "Rebase to alpine 3.8, inherit nginx.conf from nginx baseimage." }
- { date: "11.05.18:", desc: "Add php pgsql support." }
Expand Down

0 comments on commit 43f957a

Please sign in to comment.