Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
git clone https://github.com/nextcloud/docker.git
cd docker/31/apache/
sed -i 's/31.0.0/31.0.4/g' Dockerfile
sed -i 's/31.0.1/31.0.4/g' Dockerfile
sed -i 's/31.0.2/31.0.4/g' Dockerfile
sed -i 's/31.0.3/31.0.4/g' Dockerfile
#docker build -t nextcloud:31.0.4 .
docker build -t nextcloud .
docker image tag nextcloud:latest nextcloud:31.0.4

...