mirror of
https://github.com/hassio-addons/addon-ubuntu-base.git
synced 2025-05-07 04:11:26 +00:00
⬆️ Upgrades Ubuntu to Focal 20220531 (#114)
This commit is contained in:
parent
1b4267b203
commit
aff5db4e53
2 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
||||||
ARG BUILD_FROM=ubuntu:focal-20220302
|
ARG BUILD_FROM=ubuntu:focal-20220531
|
||||||
# hadolint ignore=DL3006
|
# hadolint ignore=DL3006
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
|
@ -24,10 +24,10 @@ RUN \
|
||||||
apt-get update \
|
apt-get update \
|
||||||
\
|
\
|
||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
ca-certificates=20210119~20.04.2 \
|
ca-certificates=20211016~20.04.1 \
|
||||||
curl=7.68.0-1ubuntu2.7 \
|
curl=7.68.0-1ubuntu2.11 \
|
||||||
jq=1.6-1ubuntu0.20.04.1 \
|
jq=1.6-1ubuntu0.20.04.1 \
|
||||||
tzdata=2021e-0ubuntu0.20.04 \
|
tzdata=2022a-0ubuntu0.20.04 \
|
||||||
\
|
\
|
||||||
&& S6_ARCH="${BUILD_ARCH}" \
|
&& S6_ARCH="${BUILD_ARCH}" \
|
||||||
&& if [ "${BUILD_ARCH}" = "i386" ]; then S6_ARCH="x86"; fi \
|
&& if [ "${BUILD_ARCH}" = "i386" ]; then S6_ARCH="x86"; fi \
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
build_from:
|
build_from:
|
||||||
aarch64: arm64v8/ubuntu:focal-20220302
|
aarch64: arm64v8/ubuntu:focal-20220531
|
||||||
amd64: amd64/ubuntu:focal-20220302
|
amd64: amd64/ubuntu:focal-20220531
|
||||||
armv7: arm32v7/ubuntu:focal-20220302
|
armv7: arm32v7/ubuntu:focal-20220531
|
||||||
codenotary:
|
codenotary:
|
||||||
signer: codenotary@frenck.dev
|
signer: codenotary@frenck.dev
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue