Skip to content

Commit

Permalink
Fix docker files and cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterMatula committed Nov 15, 2021
1 parent 8e8cda6 commit fe7ce20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

cmake_minimum_required(VERSION 3.8)
cmake_minimum_required(VERSION 3.14)

project(retdec
LANGUAGES C CXX
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:bionic
FROM ubuntu:focal

RUN useradd -m retdec
WORKDIR /home/retdec
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:bionic
FROM ubuntu:focal

RUN useradd -m retdec
WORKDIR /home/retdec
Expand Down

0 comments on commit fe7ce20

Please sign in to comment.