@@ -31,7 +31,7 @@ expects the secrets in a different location.
3131To 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
1251251. 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
1311311. 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.
164164The images of this container are tagged with [semantic
165165versions](https://semver.org) of the underlying example project that they
166166containerize. 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
230230docker 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 ##
0 commit comments