Skip to content

Commit a651fc3

Browse files
committed
Bump version from 1.3.8 to 1.4.0
1 parent e198ec9 commit a651fc3

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ expects the secrets in a different location.
3131
To run the `cisagov/scanner` image via Docker:
3232

3333
```console
34-
docker run cisagov/scanner:1.3.8
34+
docker run cisagov/scanner:1.4.0
3535
```
3636

3737
### Running with Docker Compose ###
@@ -44,7 +44,7 @@ docker run cisagov/scanner:1.3.8
4444

4545
services:
4646
scanner:
47-
image: cisagov/scanner:1.3.8
47+
image: cisagov/scanner:1.4.0
4848
volumes:
4949
- type: bind
5050
source: <your_log_dir>
@@ -88,7 +88,7 @@ environment variables. See the
8888
8989
services:
9090
scanner:
91-
image: cisagov/scanner:1.3.8
91+
image: cisagov/scanner:1.4.0
9292
volumes:
9393
- type: bind
9494
source: <your_log_dir>
@@ -125,7 +125,7 @@ environment variables. See the
125125
1. Pull the new image:
126126

127127
```console
128-
docker pull cisagov/scanner:1.3.8
128+
docker pull cisagov/scanner:1.4.0
129129
```
130130

131131
1. Recreate and run the container by following the [previous instructions](#running-with-docker).
@@ -164,11 +164,11 @@ and then update dependencies as you would above.
164164
The images of this container are tagged with [semantic
165165
versions](https://semver.org) of the underlying example project that they
166166
containerize. It is recommended that most users use a version tag (e.g.
167-
`:1.3.8`).
167+
`:1.4.0`).
168168

169169
| Image:tag | Description |
170170
|-----------|-------------|
171-
|`cisagov/scanner:1.3.8`| An exact release version. |
171+
|`cisagov/scanner:1.4.0`| An exact release version. |
172172
|`cisagov/scanner:1.3`| The most recent release matching the major and minor version numbers. |
173173
|`cisagov/scanner:1`| The most recent release matching the major version number. |
174174
|`cisagov/scanner:edge` | The most recent image built from a merge into the `develop` branch of this repository. |
@@ -228,7 +228,7 @@ Build the image locally using this git repository as the [build context](https:/
228228

229229
```console
230230
docker build \
231-
--tag cisagov/scanner:1.3.8 \
231+
--tag cisagov/scanner:1.4.0 \
232232
https://github.com/cisagov/scanner.git#develop
233233
```
234234

@@ -259,7 +259,7 @@ Docker:
259259
--file Dockerfile-x \
260260
--platform linux/amd64 \
261261
--output type=docker \
262-
--tag cisagov/scanner:1.3.8 .
262+
--tag cisagov/scanner:1.4.0 .
263263
```
264264

265265
## Contributing ##

src/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.8
1+
1.4.0

0 commit comments

Comments
 (0)