⬆️ Upgrades Ubuntu to Focal 20221130 (#129)

This commit is contained in:
Franck Nijhof 2022-12-15 12:26:23 +01:00 committed by GitHub
parent 3e6d585c6e
commit 0b090c6fb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
ARG BUILD_FROM=ubuntu:focal-20221019
ARG BUILD_FROM=ubuntu:focal-20221130
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
@ -32,7 +32,7 @@ RUN \
apt-get update \
\
&& apt-get install -y --no-install-recommends \
ca-certificates=20211016~20.04.1 \
ca-certificates=20211016ubuntu0.20.04.1 \
curl=7.68.0-1ubuntu2.14 \
jq=1.6-1ubuntu0.20.04.1 \
tzdata=2022g-0ubuntu0.20.04.1 \

View file

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