Skip to content

Commit 8ec6dd0

Browse files
authored
Merge pull request #60 from cisagov/dependabot/docker/certbot/dns-route53-v1.32.0
Bump certbot/dns-route53 from v1.24.0 to v1.32.0
2 parents c0f83a3 + b10846b commit 8ec6dd0

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG VERSION=unspecified
22

3-
FROM certbot/dns-route53:v1.24.0
3+
FROM certbot/dns-route53:v1.32.0
44

55
ARG VERSION
66

@@ -10,7 +10,7 @@ ARG VERSION
1010
LABEL org.opencontainers.image.authors="[email protected]"
1111
LABEL org.opencontainers.image.vendor="Cybersecurity and Infrastructure Security Agency"
1212

13-
RUN apk add --no-cache python3=3.8.10-r0
13+
RUN apk add --no-cache python3=3.10.8-r0
1414
RUN pip3 install --no-cache-dir \
1515
pip==21.3.1 \
1616
setuptools==60.5.0 \

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,11 @@ want set:
170170

171171
The images of this container are tagged with
172172
[semantic versions](https://semver.org). It is recommended that most users use
173-
a version tag (e.g. `:0.1.0`).
173+
a version tag (e.g. `:0.1.1`).
174174

175175
| Image:tag | Description |
176176
|-----------|-------------|
177-
|`cisagov/certboto:0.1.0`| An exact release version. |
177+
|`cisagov/certboto:0.1.1`| An exact release version. |
178178
|`cisagov/certboto:0.1`| The most recent release matching the major and minor version numbers. |
179179
|`cisagov/certboto:0`| The most recent release matching the major version number. |
180180
|`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:/
237237

238238
```console
239239
docker build \
240-
--build-arg VERSION=0.1.0 \
241-
--tag cisagov/certboto:0.1.0 \
240+
--build-arg VERSION=0.1.1 \
241+
--tag cisagov/certboto:0.1.1 \
242242
https://github.com/cisagov/certboto-docker.git#develop
243243
```
244244

@@ -268,9 +268,9 @@ Docker:
268268
docker buildx build \
269269
--file Dockerfile-x \
270270
--platform linux/amd64 \
271-
--build-arg VERSION=0.1.0 \
271+
--build-arg VERSION=0.1.1 \
272272
--output type=docker \
273-
--tag cisagov/certboto:0.1.0 .
273+
--tag cisagov/certboto:0.1.1 .
274274
```
275275

276276
## AWS policies ##

src/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.1.1"

0 commit comments

Comments
 (0)