Remove version suffixes, no longer needed on ubuntu 22.10 (clang 15)

Signed-off-by: Daniel Lublin <daniel@lublin.se>
This commit is contained in:
Daniel Lublin 2022-11-23 09:47:48 +01:00
parent 945760941b
commit 3435941eab
No known key found for this signature in database
GPG key ID: 75BD0FEB8D3E7830
4 changed files with 8 additions and 8 deletions

View file

@ -1,4 +1,4 @@
FROM ubuntu:22.04 as base
FROM ubuntu:22.10 as base
RUN apt-get -qq update -y \
&& DEBIAN_FRONTEND=noninteractive \