⬆️ Upgrades Ubuntu to Focal 20221019 (#127)

This commit is contained in:
Franck Nijhof 2022-11-07 19:28:18 +01:00 committed by GitHub
parent a73b51179b
commit 4384cff4fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
ARG BUILD_FROM=ubuntu:focal-20220826
ARG BUILD_FROM=ubuntu:focal-20221019
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
@ -33,10 +33,10 @@ RUN \
\
&& apt-get install -y --no-install-recommends \
ca-certificates=20211016~20.04.1 \
curl=7.68.0-1ubuntu2.13 \
curl=7.68.0-1ubuntu2.14 \
jq=1.6-1ubuntu0.20.04.1 \
tzdata=2022c-0ubuntu0.20.04.0 \
xz-utils=5.2.4-1 \
tzdata=2022f-0ubuntu0.20.04.0 \
xz-utils=5.2.4-1ubuntu1.1 \
\
&& S6_VERSION="3.1.2.1" \
&& S6_ARCH="${BUILD_ARCH}" \

View file

@ -1,7 +1,7 @@
---
build_from:
aarch64: arm64v8/ubuntu:focal-20220826
amd64: amd64/ubuntu:focal-20220826
armv7: arm32v7/ubuntu:focal-20220826
aarch64: arm64v8/ubuntu:focal-20221019
amd64: amd64/ubuntu:focal-20221019
armv7: arm32v7/ubuntu:focal-20221019
codenotary:
signer: codenotary@frenck.dev