Skip to content

Commit

Permalink
Merge pull request #60 from cisagov/dependabot/docker/certbot/dns-rou…
Browse files Browse the repository at this point in the history
…te53-v1.32.0

Bump certbot/dns-route53 from v1.24.0 to v1.32.0
  • Loading branch information
jsf9k authored Dec 5, 2022
2 parents c0f83a3 + b10846b commit 8ec6dd0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG VERSION=unspecified

FROM certbot/dns-route53:v1.24.0
FROM certbot/dns-route53:v1.32.0

ARG VERSION

Expand All @@ -10,7 +10,7 @@ ARG VERSION
LABEL org.opencontainers.image.authors="mark.feldhousen@cisa.dhs.gov"
LABEL org.opencontainers.image.vendor="Cybersecurity and Infrastructure Security Agency"

RUN apk add --no-cache python3=3.8.10-r0
RUN apk add --no-cache python3=3.10.8-r0
RUN pip3 install --no-cache-dir \
pip==21.3.1 \
setuptools==60.5.0 \
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0`).
a version tag (e.g. `:0.1.1`).

| Image:tag | Description |
|-----------|-------------|
|`cisagov/certboto:0.1.0`| An exact release version. |
|`cisagov/certboto:0.1.1`| 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 @@ -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.0 \
--tag cisagov/certboto:0.1.0 \
--build-arg VERSION=0.1.1 \
--tag cisagov/certboto:0.1.1 \
https://github.com/cisagov/certboto-docker.git#develop
```

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

## 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.0"
__version__ = "0.1.1"

0 comments on commit 8ec6dd0

Please sign in to comment.