@@ -170,11 +170,11 @@ want set:
170
170
171
171
The images of this container are tagged with
172
172
[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 `).
174
174
175
175
| Image:tag | Description |
176
176
|-----------|-------------|
177
- |`cisagov/certboto:0.1.0 `| An exact release version. |
177
+ |`cisagov/certboto:0.1.1 `| An exact release version. |
178
178
|`cisagov/certboto:0.1`| The most recent release matching the major and minor version numbers. |
179
179
|`cisagov/certboto:0`| The most recent release matching the major version number. |
180
180
|`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:/
237
237
238
238
` ` ` console
239
239
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 \
242
242
https://github.com/cisagov/certboto-docker.git#develop
243
243
` ` `
244
244
@@ -268,9 +268,9 @@ Docker:
268
268
docker buildx build \
269
269
--file Dockerfile-x \
270
270
--platform linux/amd64 \
271
- --build-arg VERSION=0.1.0 \
271
+ --build-arg VERSION=0.1.1 \
272
272
--output type=docker \
273
- --tag cisagov/certboto:0.1.0 .
273
+ --tag cisagov/certboto:0.1.1 .
274
274
` ` `
275
275
276
276
# # AWS policies ##
0 commit comments