Skip to content

Commit

Permalink
Bump version from 0.1.3 to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jsf9k committed Nov 22, 2023
1 parent 6205a65 commit 7fa562a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,11 @@ want set:

The images of this container are tagged with
[semantic versions](https://semver.org). It is recommended that most users use
a version tag (e.g. `:0.1.3`).
a version tag (e.g. `:0.1.4`).

| Image:tag | Description |
|-----------|-------------|
|`cisagov/certboto:0.1.3`| An exact release version. |
|`cisagov/certboto:0.1.4`| An exact release version. |
|`cisagov/certboto:0.1`| The most recent release matching the major and minor version numbers. |
|`cisagov/certboto:0`| The most recent release matching the major version number. |
|`cisagov/certboto:edge` | The most recent image built from a merge into the `develop` branch of this repository. |
Expand Down Expand Up @@ -235,8 +235,8 @@ Build the image locally using this git repository as the [build context](https:/

```console
docker build \
--build-arg VERSION=0.1.3 \
--tag cisagov/certboto:0.1.3 \
--build-arg VERSION=0.1.4 \
--tag cisagov/certboto:0.1.4 \
https://github.com/cisagov/certboto-docker.git#develop
```

Expand Down Expand Up @@ -266,9 +266,9 @@ Docker:
docker buildx build \
--file Dockerfile-x \
--platform linux/amd64 \
--build-arg VERSION=0.1.3 \
--build-arg VERSION=0.1.4 \
--output type=docker \
--tag cisagov/certboto:0.1.3 .
--tag cisagov/certboto:0.1.4 .
```

## AWS policies ##
Expand Down
2 changes: 1 addition & 1 deletion src/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.3"
__version__ = "0.1.4"

0 comments on commit 7fa562a

Please sign in to comment.