diff --git a/Dockerfile b/Dockerfile index c321176..c1fec3f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,10 +16,10 @@ ENV CISA_HOME="/home/${CISA_USER}" ENV VIRTUAL_ENV="${CISA_HOME}/.venv" # Versions of the Python packages installed directly -ENV PYTHON_PIP_VERSION=24.2 -ENV PYTHON_PIPENV_VERSION=2024.1.0 -ENV PYTHON_SETUPTOOLS_VERSION=75.1.0 -ENV PYTHON_WHEEL_VERSION=0.44.0 +ENV PYTHON_PIP_VERSION=24.3.1 +ENV PYTHON_PIPENV_VERSION=2024.4.0 +ENV PYTHON_SETUPTOOLS_VERSION=75.8.0 +ENV PYTHON_WHEEL_VERSION=0.45.1 # Install the system package dependencies necessary to set up the image's Python # virtual environment. @@ -97,7 +97,7 @@ ENV VIRTUAL_ENV="${CISA_HOME}/.venv" # estimate labor hours for code. RUN apk --no-cache add \ cloc=2.02-r0 \ - git=2.47.1-r0 \ + git=2.47.2-r0 \ py3-cryptography=44.0.0-r0 ### diff --git a/README.md b/README.md index 427c9c2..a7d5022 100644 --- a/README.md +++ b/README.md @@ -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.3.0-rc.1 +docker run cisagov/code-gov-update:0.3.0-rc.2 ``` ### Running with Docker Compose ### @@ -44,7 +44,7 @@ docker run cisagov/code-gov-update:0.3.0-rc.1 services: update: - image: cisagov/code-gov-update:0.3.0-rc.1 + image: cisagov/code-gov-update:0.3.0-rc.2 init: true environment: - AWS_CONFIG_FILE=path/to/aws_config @@ -92,7 +92,7 @@ environment variables. See the services: update: - image: cisagov/code-gov-update:0.3.0-rc.1 + image: cisagov/code-gov-update:0.3.0-rc.2 init: true secrets: - source: aws_config @@ -131,7 +131,7 @@ environment variables. See the 1. Pull the new image: ```console - docker pull cisagov/code-gov-update:0.3.0-rc.1 + docker pull cisagov/code-gov-update:0.3.0-rc.2 ``` 1. Recreate and run the container by following the [previous instructions](#running-with-docker). @@ -170,11 +170,11 @@ and then update dependencies as you would above. The images of this container are tagged with [semantic versions](https://semver.org) of the underlying example project that they containerize. It is recommended that most users use a version tag (e.g. -`:0.3.0-rc.1`). +`:0.3.0-rc.2`). | Image:tag | Description | |-----------|-------------| -|`cisagov/code-gov-update:0.3.0-rc.1`| An exact release version. | +|`cisagov/code-gov-update:0.3.0-rc.2`| An exact release version. | |`cisagov/code-gov-update:0.3`| 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. | @@ -239,7 +239,7 @@ Build the image locally using this git repository as the [build context](https:/ ```console docker build \ - --tag cisagov/code-gov-update:0.3.0-rc.1 \ + --tag cisagov/code-gov-update:0.3.0-rc.2 \ https://github.com/cisagov/code-gov-update.git#develop ``` @@ -270,7 +270,7 @@ Docker: --file Dockerfile-x \ --platform linux/amd64 \ --output type=docker \ - --tag cisagov/code-gov-update:0.3.0-rc.1 . + --tag cisagov/code-gov-update:0.3.0-rc.2 . ``` ## Contributing ## diff --git a/src/Pipfile.lock b/src/Pipfile.lock index 612a65b..0e02c9b 100644 --- a/src/Pipfile.lock +++ b/src/Pipfile.lock @@ -18,20 +18,20 @@ "default": { "boto3": { "hashes": [ - "sha256:4b6274b4fe9d7113f978abea66a1f20c8a397c268c9d1b2a6c96b14a256da4a5", - "sha256:d0224e1499d7189b47aa7f469d96522d98df6f5702fccb20a95a436582ebcd9d" + "sha256:83e560faaec38a956dfb3d62e05e1703ee50432b45b788c09e25107c5058bd71", + "sha256:e0abd794a7a591d90558e92e29a9f8837d25ece8e3c120e530526fe27eba5fca" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==1.35.98" + "version": "==1.35.99" }, "botocore": { "hashes": [ - "sha256:4f1c0b687488663a774ad3a5e81a5f94fae1bcada2364cfdc48482c4dbf794d5", - "sha256:d11742b3824bdeac3c89eeeaf5132351af41823bbcef8fc15e95c8250b1de09c" + "sha256:1eab44e969c39c5f3d9a3104a0836c24715579a455f12b3979a31d7cde51b3c3", + "sha256:b22d27b6b617fc2d7342090d6129000af2efd20174215948c0d7ae2da0fab445" ], "markers": "python_version >= '3.8'", - "version": "==1.35.98" + "version": "==1.35.99" }, "certifi": { "hashes": [ diff --git a/src/version.txt b/src/version.txt index 8f2e859..c23d448 100644 --- a/src/version.txt +++ b/src/version.txt @@ -1 +1 @@ -0.3.0-rc.1 +0.3.0-rc.2