Foreports #6526 and #6541: Update Docker base image to be ubuntu 22.04 (#64)

* Update Docker base image to be ubuntu 22.04

Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>

* SUPPORT: Update dockerfile for m1 support

Signed-off-by: Sonu Saha <sonu.saha@progress.com>

---------

Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
Signed-off-by: Sonu Saha <sonu.saha@progress.com>
Co-authored-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
Sonu Saha 2023-06-28 07:40:31 +05:30 committed by GitHub
parent a07c15e6a8
commit cbea295028
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM --platform=linux/amd64 ubuntu:22.04
LABEL maintainer="Chef Software, Inc. <docker@chef.io>"
ARG VERSION=5.18.14