🚀 Update all Alpine packages on build

This commit is contained in:
Franck Nijhof 2018-02-21 21:29:11 +01:00
parent 93902e6af2
commit a5e1fe015a
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
2 changed files with 7 additions and 1 deletions

View file

@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning][semantic-versioning].
- Add-on banner throws hassio.api.security warnings
### Changed
- Update all Alpine packages on build
## [v1.3.2] (2018-01-18)
[Full Changelog][v1.3.1-v1.3.2]

View file

@ -16,7 +16,9 @@ COPY rootfs /
# Install base system
ARG BUILD_ARCH=amd64
RUN \
apk add --no-cache --virtual .build-dependencies \
apk upgrade --no-cache \
\
&& apk add --no-cache --virtual .build-dependencies \
tar \
\
&& apk add --no-cache \