Skip to content

Commit

Permalink
Dockerfile: use Ubuntu 22.04 as a base
Browse files Browse the repository at this point in the history
... as we now support LLVM 14 which is Jammy's default.
  • Loading branch information
lzaoral authored and mchalupa committed May 18, 2022
1 parent 565a386 commit ce1b072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# --------------------------------------------------
# Base container
# --------------------------------------------------
FROM docker.io/ubuntu:focal AS base
FROM docker.io/ubuntu:jammy AS base

RUN set -e

Expand Down

0 comments on commit ce1b072

Please sign in to comment.