mirror of
https://github.com/hassio-addons/addon-base.git
synced 2025-05-07 04:11:24 +00:00
⬆️ Upgrades Alpine Linux to 3.13.5 (#105)
This commit is contained in:
parent
7c8e31cdbe
commit
64e5614811
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
ARG BUILD_FROM=alpine:3.13.4
|
||||
ARG BUILD_FROM=alpine:3.13.5
|
||||
# hadolint ignore=DL3006
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
|
@ -33,7 +33,7 @@ RUN \
|
|||
\
|
||||
&& apk add --no-cache \
|
||||
bash=5.1.0-r0 \
|
||||
curl=7.74.0-r1 \
|
||||
curl=7.76.1-r0 \
|
||||
jq=1.6-r1 \
|
||||
tzdata=2021a-r0 \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue