From 475e6f0186d46a3e11b83e70253bdeebb15e2f89 Mon Sep 17 00:00:00 2001 From: Jeremy Frasier Date: Mon, 5 Dec 2022 22:07:12 -0500 Subject: [PATCH] Bump version from 0.1.1 to 0.1.2 --- README.md | 12 ++++++------ src/version.txt | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 29fa96b..7f977a0 100644 --- a/README.md +++ b/README.md @@ -170,11 +170,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.1`). +a version tag (e.g. `:0.1.2`). | Image:tag | Description | |-----------|-------------| -|`cisagov/certboto:0.1.1`| An exact release version. | +|`cisagov/certboto:0.1.2`| 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. | @@ -237,8 +237,8 @@ Build the image locally using this git repository as the [build context](https:/ ```console docker build \ - --build-arg VERSION=0.1.1 \ - --tag cisagov/certboto:0.1.1 \ + --build-arg VERSION=0.1.2 \ + --tag cisagov/certboto:0.1.2 \ https://github.com/cisagov/certboto-docker.git#develop ``` @@ -268,9 +268,9 @@ Docker: docker buildx build \ --file Dockerfile-x \ --platform linux/amd64 \ - --build-arg VERSION=0.1.1 \ + --build-arg VERSION=0.1.2 \ --output type=docker \ - --tag cisagov/certboto:0.1.1 . + --tag cisagov/certboto:0.1.2 . ``` ## AWS policies ## diff --git a/src/version.txt b/src/version.txt index 485f44a..b3f4756 100644 --- a/src/version.txt +++ b/src/version.txt @@ -1 +1 @@ -__version__ = "0.1.1" +__version__ = "0.1.2"