Skip to content

Commit

Permalink
Bump version from 0.2.0-dev.4 to 0.2.0-dev.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonnnj committed Apr 12, 2024
1 parent c21fbf5 commit 0861aac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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.2.0-dev.4
docker run cisagov/vdp-scanner:0.2.0-dev.5
```

### Running with Docker Compose ###
Expand All @@ -36,7 +36,7 @@ docker run cisagov/vdp-scanner:0.2.0-dev.4

services:
vdp-scanner:
image: 'cisagov/vdp-scanner:0.2.0-dev.4'
image: 'cisagov/vdp-scanner:0.2.0-dev.5'
volumes:
- .:/task/host_mount
```
Expand Down Expand Up @@ -74,7 +74,7 @@ docker run cisagov/vdp-scanner:0.2.0-dev.4
1. Pull the new image:

```console
docker pull cisagov/vdp-scanner:0.2.0-dev.4
docker pull cisagov/vdp-scanner:0.2.0-dev.5
```

1. Recreate and run the container by following the [previous instructions](#running-with-docker).
Expand All @@ -83,11 +83,11 @@ docker run cisagov/vdp-scanner:0.2.0-dev.4

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.2.0-dev.4`).
a version tag (e.g. `:0.2.0-dev.5`).

| Image:tag | Description |
|-----------|-------------|
|`cisagov/vdp-scanner:0.2.0-dev.4`| An exact release version. |
|`cisagov/vdp-scanner:0.2.0-dev.5`| An exact release version. |
|`cisagov/vdp-scanner:0.2`| 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. |
Expand Down Expand Up @@ -153,7 +153,7 @@ Build the image locally using this git repository as the [build context](https:/

```console
docker build \
--tag cisagov/vdp-scanner:0.2.0-dev.4 \
--tag cisagov/vdp-scanner:0.2.0-dev.5 \
https://github.com/cisagov/vdp-scanner-docker.git#develop
```

Expand Down Expand Up @@ -184,7 +184,7 @@ Docker:
--file Dockerfile-x \
--platform linux/amd64 \
--output type=docker \
--tag cisagov/vdp-scanner:0.2.0-dev.4 .
--tag cisagov/vdp-scanner:0.2.0-dev.5 .
```

## Contributing ##
Expand Down
2 changes: 1 addition & 1 deletion src/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.0-dev.4"
__version__ = "0.2.0-dev.5"

0 comments on commit 0861aac

Please sign in to comment.