Merge pull request #567 from sq6emm/master

small step forward
This commit is contained in:
Petr Hlozek 2023-12-31 07:28:04 +01:00 committed by GitHub
commit 0277b27157
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ host that is guaranteed to not exist.)
Then, run the build itself with
sudo mkdir -p /usr/local/cqrlog-alpha &&
sudo mkdir -p /usr/local/cqrlog-alpha && sudo chown $SUDO_USER /usr/local/cqrlog-alpha &&
docker run -ti -u root -v $(pwd):/home/cqrlog/build \
-v /usr/local/cqrlog-alpha:/usr/local/cqrlog-alpha this.registry.is.invalid/cqrlog-build

View File

@ -1,4 +1,4 @@
FROM ubuntu:focal
FROM ubuntu:jammy
RUN apt-get update && apt-get -y upgrade