Skip to content

Commit

Permalink
Merge pull request #64 from hombit/dockerfile-ubuntu-22.04
Browse files Browse the repository at this point in the history
Update ubuntu to 22.04 in Dockerfile
  • Loading branch information
hombit authored Apr 11, 2024
2 parents 1ffb129 + 2621949 commit 5cef58c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:20.04 as builder
FROM ubuntu:22.04 as builder

ARG DEBIAN_FRONTEND=noninteractive
ENV PACKAGES "g++ ninja-build cmake libboost-all-dev"
Expand All @@ -19,7 +19,7 @@ RUN mkdir -p ${BUILD} \



FROM ubuntu:20.04
FROM ubuntu:22.04

LABEL maintainer="Konstantin Malanchev <malanchev@sai.msu.ru>"

Expand Down

0 comments on commit 5cef58c

Please sign in to comment.