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 Jan 13, 2025
1 parent 21bbe95 commit 1a2f14e
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 Down Expand Up @@ -113,11 +113,11 @@ and then update dependencies as you would above.
The images of this container are tagged with [semantic
versions](https://semver.org) of the underlying example project that they
containerize. It is recommended that most users use a version tag (e.g.
`:0.2.0-dev.4`).
`: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 @@ -183,7 +183,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 @@ -214,7 +214,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 @@
0.2.0-dev.4
0.2.0-dev.5

0 comments on commit 1a2f14e

Please sign in to comment.