⬆️ Upgrades Ubuntu to Focal 20220105 (#111)

This commit is contained in:
Franck Nijhof 2022-01-07 14:46:22 +01:00 committed by GitHub
parent d18931c8bb
commit 9c86523801
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
ARG BUILD_FROM=ubuntu:focal-20211006
ARG BUILD_FROM=ubuntu:focal-20220105
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

View file

@ -1,5 +1,5 @@
---
build_from:
aarch64: arm64v8/ubuntu:focal-20211006
amd64: amd64/ubuntu:focal-20211006
armv7: arm32v7/ubuntu:focal-20211006
aarch64: arm64v8/ubuntu:focal-20220105
amd64: amd64/ubuntu:focal-20220105
armv7: arm32v7/ubuntu:focal-20220105