@@ -23,7 +23,7 @@ Python library. Then it will output CSVs with agency and domain level results.
2323To run the ` cisagov/vdp-scanner ` image via Docker:
2424
2525``` console
26- docker run cisagov/vdp-scanner:0.2.0-dev.3
26+ docker run cisagov/vdp-scanner:0.2.0-dev.4
2727```
2828
2929### Running with Docker Compose ###
@@ -36,7 +36,7 @@ docker run cisagov/vdp-scanner:0.2.0-dev.3
3636
3737 services :
3838 vdp-scanner :
39- image : ' cisagov/vdp-scanner:0.2.0-dev.3 '
39+ image : ' cisagov/vdp-scanner:0.2.0-dev.4 '
4040 volumes :
4141 - .:/task/host_mount
4242 ` ` `
@@ -74,7 +74,7 @@ docker run cisagov/vdp-scanner:0.2.0-dev.3
74741. Pull the new image :
7575
7676 ` ` ` console
77- docker pull cisagov/vdp-scanner:0.2.0-dev.3
77+ docker pull cisagov/vdp-scanner:0.2.0-dev.4
7878 ` ` `
7979
80801. Recreate and run the container by following the [previous instructions](#running-with-docker).
@@ -83,11 +83,11 @@ docker run cisagov/vdp-scanner:0.2.0-dev.3
8383
8484The images of this container are tagged with
8585[semantic versions](https://semver.org). It is recommended that most users use
86- a version tag (e.g. `:0.2.0-dev.3 `).
86+ a version tag (e.g. `:0.2.0-dev.4 `).
8787
8888| Image:tag | Description |
8989|-----------|-------------|
90- |`cisagov/vdp-scanner:0.2.0-dev.3 `| An exact release version. |
90+ |`cisagov/vdp-scanner:0.2.0-dev.4 `| An exact release version. |
9191|`cisagov/vdp-scanner:0.2`| The most recent release matching the major and minor version numbers. |
9292|`cisagov/vdp-scanner:0`| The most recent release matching the major version number. |
9393|`cisagov/vdp-scanner:edge` | The most recent image built from a merge into the `develop` branch of this repository. |
@@ -153,7 +153,7 @@ Build the image locally using this git repository as the [build context](https:/
153153
154154` ` ` console
155155docker build \
156- --tag cisagov/vdp-scanner:0.2.0-dev.3 \
156+ --tag cisagov/vdp-scanner:0.2.0-dev.4 \
157157 https://github.com/cisagov/vdp-scanner-docker.git#develop
158158` ` `
159159
@@ -184,7 +184,7 @@ Docker:
184184 --file Dockerfile-x \
185185 --platform linux/amd64 \
186186 --output type=docker \
187- --tag cisagov/vdp-scanner:0.2.0-dev.3 .
187+ --tag cisagov/vdp-scanner:0.2.0-dev.4 .
188188 ` ` `
189189
190190# # Contributing ##
0 commit comments