Skip to content

Commit

Permalink
Merge pull request #84 from cisagov/dependabot/pip/src/boto3-1.28.69
Browse files Browse the repository at this point in the history
Bump boto3 from 1.28.66 to 1.28.69 in /src
  • Loading branch information
jsf9k authored Oct 25, 2023
2 parents 79a55f1 + 6212423 commit fa44cfd
Show file tree
Hide file tree
Showing 4 changed files with 107 additions and 107 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN apk --no-cache add \
git=2.38.5-r0 \
libffi-dev=3.4.4-r0 \
musl-dev=1.2.3-r5 \
openssl-dev=3.0.11-r0 \
openssl-dev=3.0.12-r0 \
py3-pip=22.3.1-r1 \
py3-setuptools=65.6.0-r0 \
py3-wheel=0.38.4-r0 \
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ hosted [here](https://www.dhs.gov/code.json).
To run the `cisagov/code-gov-update` image via Docker:

```console
docker run cisagov/code-gov-update:0.1.4
docker run cisagov/code-gov-update:0.1.5
```

### Running with Docker Compose ###
Expand All @@ -44,7 +44,7 @@ docker run cisagov/code-gov-update:0.1.4

services:
update:
image: 'cisagov/code-gov-update:0.1.4'
image: 'cisagov/code-gov-update:0.1.5'
init: true
environment:
- AWS_CONFIG_FILE=path/to/aws_config
Expand Down Expand Up @@ -92,7 +92,7 @@ environment variables. See the
services:
update:
image: 'cisagov/code-gov-update:0.1.4'
image: 'cisagov/code-gov-update:0.1.5'
init: true
secrets:
- source: aws_config
Expand Down Expand Up @@ -131,7 +131,7 @@ environment variables. See the
1. Pull the new image:

```console
docker pull cisagov/code-gov-update:0.1.4
docker pull cisagov/code-gov-update:0.1.5
```

1. Recreate and run the container by following the [previous instructions](#running-with-docker).
Expand All @@ -140,11 +140,11 @@ environment variables. See the

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.4`).
tag (e.g. `:0.1.5`).

| Image:tag | Description |
|-----------|-------------|
|`cisagov/code-gov-update:0.1.4`| An exact release version. |
|`cisagov/code-gov-update:0.1.5`| An exact release version. |
|`cisagov/code-gov-update:0.1`| The most recent release matching the major and minor version numbers. |
|`cisagov/code-gov-update:0`| The most recent release matching the major version number. |
|`cisagov/code-gov-update:edge` | The most recent image built from a merge into the `develop` branch of this repository. |
Expand Down Expand Up @@ -209,7 +209,7 @@ Build the image locally using this git repository as the [build context](https:/

```console
docker build \
--tag cisagov/code-gov-update:0.1.4 \
--tag cisagov/code-gov-update:0.1.5 \
https://github.com/cisagov/code-gov-update.git#develop
```

Expand Down Expand Up @@ -240,7 +240,7 @@ Docker:
--file Dockerfile-x \
--platform linux/amd64 \
--output type=docker \
--tag cisagov/code-gov-update:0.1.4 .
--tag cisagov/code-gov-update:0.1.5 .
```

## Contributing ##
Expand Down
194 changes: 97 additions & 97 deletions src/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.4"
__version__ = "0.1.5"

0 comments on commit fa44cfd

Please sign in to comment.