Skip to content

Commit 091c8bd

Browse files
committed
Bump version from 0.3.0-rc.6 to 0.3.0-rc.7
1 parent 35d5364 commit 091c8bd

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ hosted by DHS](https://www.dhs.gov/code.json).
3131
To 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
131131
1. 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

137137
1. 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.
170170
The images of this container are tagged with [semantic
171171
versions](https://semver.org) of the underlying example project that they
172172
containerize. 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
241241
docker 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 ##

src/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.0-rc.6
1+
0.3.0-rc.7

0 commit comments

Comments
 (0)