diff --git a/README.md b/README.md index 71117e7..2c4d4c6 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Python library. Then it will output CSVs with agency and domain level results. To run the `cisagov/vdp-scanner` image via Docker: ```console -docker run cisagov/vdp-scanner:0.0.5-rc.2 +docker run cisagov/vdp-scanner:0.0.5 ``` ### Running with Docker Compose ### @@ -38,7 +38,7 @@ docker run cisagov/vdp-scanner:0.0.5-rc.2 services: vdp-scanner: - image: 'cisagov/vdp-scanner:0.0.5-rc.2' + image: 'cisagov/vdp-scanner:0.0.5' volumes: - .:/task/host_mount ``` @@ -76,7 +76,7 @@ docker run cisagov/vdp-scanner:0.0.5-rc.2 1. Pull the new image: ```console - docker pull cisagov/vdp-scanner:0.0.5-rc.2 + docker pull cisagov/vdp-scanner:0.0.5 ``` 1. Recreate and run the container by following the [previous instructions](#running-with-docker). @@ -85,11 +85,11 @@ docker run cisagov/vdp-scanner:0.0.5-rc.2 The images of this container are tagged with [semantic versions](https://semver.org). It is recommended that most users use -a version tag (e.g. `:0.0.5-rc.2`). +a version tag (e.g. `:0.0.5`). | Image:tag | Description | |-----------|-------------| -|`cisagov/vdp-scanner:0.0.5-rc.2`| An exact release version. | +|`cisagov/vdp-scanner:0.0.5`| An exact release version. | |`cisagov/vdp-scanner:0.0`| The most recent release matching the major and minor version numbers. | |`cisagov/vdp-scanner:0`| The most recent release matching the major version number. | |`cisagov/vdp-scanner:edge` | The most recent image built from a merge into the `develop` branch of this repository. | @@ -155,7 +155,7 @@ Build the image locally using this git repository as the [build context](https:/ ```console docker build \ - --tag cisagov/vdp-scanner:0.0.5-rc.2 \ + --tag cisagov/vdp-scanner:0.0.5 \ https://github.com/cisagov/vdp-scanner-docker.git#develop ``` @@ -186,7 +186,7 @@ Docker: --file Dockerfile-x \ --platform linux/amd64 \ --output type=docker \ - --tag cisagov/vdp-scanner:0.0.5-rc.2 . + --tag cisagov/vdp-scanner:0.0.5 . ``` ## Contributing ## diff --git a/src/version.txt b/src/version.txt index 6dc2af0..b1a19e3 100644 --- a/src/version.txt +++ b/src/version.txt @@ -1 +1 @@ -__version__ = "0.0.5-rc.2" +__version__ = "0.0.5"