mirror of
https://github.com/hassio-addons/addon-base.git
synced 2025-05-07 04:11:24 +00:00
🚀 Update all Alpine packages on build
This commit is contained in:
parent
93902e6af2
commit
a5e1fe015a
2 changed files with 7 additions and 1 deletions
|
@ -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]
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue