mirror of
https://github.com/hassio-addons/addon-ubuntu-base.git
synced 2025-05-03 18:31:24 +00:00
⬆️ Update ubuntu Docker tag to v24 (#153)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
079167ed5c
commit
d799eb64bc
2 changed files with 9 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
ARG BUILD_FROM=ubuntu:jammy
|
||||
ARG BUILD_FROM=ubuntu:noble
|
||||
# hadolint ignore=DL3006
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
|
@ -32,11 +32,11 @@ RUN \
|
|||
apt-get update \
|
||||
\
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
ca-certificates=20230311ubuntu0.22.04.1 \
|
||||
curl=7.81.0-1ubuntu1.16 \
|
||||
jq=1.6-2.1ubuntu3 \
|
||||
tzdata=2024a-0ubuntu0.22.04 \
|
||||
xz-utils=5.2.5-2ubuntu1 \
|
||||
ca-certificates=20240203 \
|
||||
curl=8.5.0-2ubuntu10.1 \
|
||||
jq=1.7.1-3build1 \
|
||||
tzdata=2024a-2ubuntu1 \
|
||||
xz-utils=5.6.1+really5.4.5-1 \
|
||||
\
|
||||
&& S6_ARCH="${BUILD_ARCH}" \
|
||||
&& if [ "${BUILD_ARCH}" = "i386" ]; then S6_ARCH="i686"; \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
build_from:
|
||||
aarch64: arm64v8/ubuntu:jammy
|
||||
amd64: amd64/ubuntu:jammy
|
||||
armv7: arm32v7/ubuntu:jammy
|
||||
aarch64: arm64v8/ubuntu:noble
|
||||
amd64: amd64/ubuntu:noble
|
||||
armv7: arm32v7/ubuntu:noble
|
||||
codenotary:
|
||||
signer: codenotary@frenck.dev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue