diff --git a/Dockerfile b/Dockerfile index 9fbd7eec50d4c44743fc0040c310dfb376147977..965a0c1defa8bb09fe720bd4725354b0b5d3415e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -# Use imutable image tags rather than mutable tags (like ubuntu:20.04) -FROM ubuntu:focal-20220531 +# Use imutable image tags rather than mutable tags (like ubuntu:22.04) +FROM ubuntu:jammy-20230308 # Some tools like yamllint need this # Pip needs this as well at the moment to install ansible # (and potentially other packages) diff --git a/pipeline.Dockerfile b/pipeline.Dockerfile index 129a1928932011cbe252c78e2c5d74d3fe3823b5..f729a5ff14fffcdecee9e106775a36e0f7d0d98b 100644 --- a/pipeline.Dockerfile +++ b/pipeline.Dockerfile @@ -1,5 +1,5 @@ -# Use imutable image tags rather than mutable tags (like ubuntu:20.04) -FROM ubuntu:focal-20220531 +# Use imutable image tags rather than mutable tags (like ubuntu:22.04) +FROM ubuntu:jammy-20230308 # Some tools like yamllint need this # Pip needs this as well at the moment to install ansible # (and potentially other packages)