diff --git a/Dockerfile b/Dockerfile index e768410..7fa8fe6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ RUN apk --update --no-cache --quiet upgrade # longer install times. ### ENV DEPS \ - python3=3.10.12-r0 + python3=3.10.13-r0 RUN apk --no-cache --quiet add ${DEPS} ### diff --git a/README.md b/README.md index a1a6fac..58abc8c 100644 --- a/README.md +++ b/README.md @@ -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. | @@ -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 ``` @@ -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 ## diff --git a/src/version.txt b/src/version.txt index ae73625..bbab024 100644 --- a/src/version.txt +++ b/src/version.txt @@ -1 +1 @@ -__version__ = "0.1.3" +__version__ = "0.1.4"