⬆️ Upgrades Ubuntu to Focal 20211006 (#102)

This commit is contained in:
Franck Nijhof 2021-11-02 15:07:11 +01:00 committed by GitHub
parent e2327355e3
commit cf43f8359d
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-20210921
ARG BUILD_FROM=ubuntu:focal-20211006
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

View file

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