@@ -31,7 +31,7 @@ hosted by DHS](https://www.dhs.gov/code.json).
3131To run the ` cisagov/code-gov-update ` image via Docker:
3232
3333``` console
34- docker run cisagov/code-gov-update:0.3.0-rc.6
34+ docker run cisagov/code-gov-update:0.3.0-rc.7
3535```
3636
3737### Running with Docker Compose ###
@@ -47,7 +47,7 @@ docker run cisagov/code-gov-update:0.3.0-rc.6
4747 environment :
4848 - AWS_CONFIG_FILE=path/to/aws_config
4949 - AWS_PROFILE=default
50- image : cisagov/code-gov-update:0.3.0-rc.6
50+ image : cisagov/code-gov-update:0.3.0-rc.7
5151 init : true
5252 ` ` `
5353
@@ -95,7 +95,7 @@ environment variables. See the
9595 environment:
9696 - AWS_CONFIG_FILE=/run/secrets/aws_config
9797 - AWS_PROFILE=default
98- image: cisagov/code-gov-update:0.3.0-rc.6
98+ image: cisagov/code-gov-update:0.3.0-rc.7
9999 init: true
100100 secrets:
101101 - source: aws_config
@@ -131,7 +131,7 @@ environment variables. See the
1311311. Pull the new image :
132132
133133 ` ` ` console
134- docker pull cisagov/code-gov-update:0.3.0-rc.6
134+ docker pull cisagov/code-gov-update:0.3.0-rc.7
135135 ` ` `
136136
1371371. Recreate and run the container by following the [previous instructions](#running-with-docker).
@@ -170,11 +170,11 @@ and then update dependencies as you would above.
170170The images of this container are tagged with [semantic
171171versions](https://semver.org) of the underlying example project that they
172172containerize. It is recommended that most users use a version tag (e.g.
173- ` :0.3.0-rc.6 ` ).
173+ ` :0.3.0-rc.7 ` ).
174174
175175| Image:tag | Description |
176176|-----------|-------------|
177- |`cisagov/code-gov-update:0.3.0-rc.6 `| An exact release version. |
177+ |`cisagov/code-gov-update:0.3.0-rc.7 `| An exact release version. |
178178|`cisagov/code-gov-update:0.3`| The most recent release matching the major and minor version numbers. |
179179|`cisagov/code-gov-update:0`| The most recent release matching the major version number. |
180180|`cisagov/code-gov-update:edge` | The most recent image built from a merge into the `develop` branch of this repository. |
@@ -239,7 +239,7 @@ Build the image locally using this git repository as the [build context](https:/
239239
240240` ` ` console
241241docker build \
242- --tag cisagov/code-gov-update:0.3.0-rc.6 \
242+ --tag cisagov/code-gov-update:0.3.0-rc.7 \
243243 https://github.com/cisagov/code-gov-update.git#develop
244244` ` `
245245
@@ -270,7 +270,7 @@ Docker:
270270 --file Dockerfile-x \
271271 --platform linux/amd64 \
272272 --output type=docker \
273- --tag cisagov/code-gov-update:0.3.0-rc.6 .
273+ --tag cisagov/code-gov-update:0.3.0-rc.7 .
274274 ` ` `
275275
276276# # Contributing ##
0 commit comments