Skip to content

Commit ea8dcc7

Browse files
committed
Bump version from 1.3.6 to 1.3.7
1 parent 4957eb0 commit ea8dcc7

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ expects the secrets in a different location.
3333
To run the `cisagov/saver` image via Docker:
3434

3535
```console
36-
docker run cisagov/saver:1.3.6
36+
docker run cisagov/saver:1.3.7
3737
```
3838

3939
### Running with Docker Compose ###
@@ -46,7 +46,7 @@ docker run cisagov/saver:1.3.6
4646

4747
services:
4848
saver:
49-
image: cisagov/saver:1.3.6
49+
image: cisagov/saver:1.3.7
5050
volumes:
5151
- type: bind
5252
source: <your_log_dir>
@@ -92,7 +92,7 @@ environment variables. See the
9292
9393
services:
9494
trustymail_reporter:
95-
image: cisagov/saver:1.3.6
95+
image: cisagov/saver:1.3.7
9696
volumes:
9797
- type: bind
9898
source: <your_log_dir>
@@ -129,7 +129,7 @@ environment variables. See the
129129
1. Pull the new image:
130130

131131
```console
132-
docker pull cisagov/saver:1.3.6
132+
docker pull cisagov/saver:1.3.7
133133
```
134134

135135
1. Recreate and run the container by following the [previous instructions](#running-with-docker).
@@ -139,11 +139,11 @@ environment variables. See the
139139
The images of this container are tagged with [semantic
140140
versions](https://semver.org) of the underlying saver project that they
141141
containerize. It is recommended that most users use a version tag (e.g.
142-
`:1.3.6`).
142+
`:1.3.7`).
143143

144144
| Image:tag | Description |
145145
|-----------|-------------|
146-
|`cisagov/saver:1.3.6`| An exact release version. |
146+
|`cisagov/saver:1.3.7`| An exact release version. |
147147
|`cisagov/saver:1.3`| The most recent release matching the major and minor version numbers. |
148148
|`cisagov/saver:1`| The most recent release matching the major version number. |
149149
|`cisagov/saver:edge` | The most recent image built from a merge into the `develop` branch of this repository. |
@@ -206,8 +206,8 @@ Build the image locally using this git repository as the [build context](https:/
206206

207207
```console
208208
docker build \
209-
--build-arg VERSION=1.3.6 \
210-
--tag cisagov/saver:1.3.6 \
209+
--build-arg VERSION=1.3.7 \
210+
--tag cisagov/saver:1.3.7 \
211211
https://github.com/cisagov/saver.git#develop
212212
```
213213

@@ -237,9 +237,9 @@ Docker:
237237
docker buildx build \
238238
--file Dockerfile-x \
239239
--platform linux/amd64 \
240-
--build-arg VERSION=1.3.6 \
240+
--build-arg VERSION=1.3.7 \
241241
--output type=docker \
242-
--tag cisagov/saver:1.3.6 .
242+
--tag cisagov/saver:1.3.7 .
243243
```
244244

245245
## Contributing ##

src/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.6"
1+
__version__ = "1.3.7"

0 commit comments

Comments
 (0)