Skip to content

Commit 286ffb2

Browse files
authored
Merge pull request #112 from cisagov/maintenance/update_image_dependencies
Update image dependencies
2 parents 0238adf + 9458c50 commit 286ffb2

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ ENV CISA_HOME="/home/${CISA_USER}"
1616
ENV VIRTUAL_ENV="${CISA_HOME}/.venv"
1717

1818
# Versions of the Python packages installed directly
19-
ENV PYTHON_PIP_VERSION=24.3.1
20-
ENV PYTHON_PIPENV_VERSION=2024.4.0
19+
ENV PYTHON_PIP_VERSION=25.0
20+
ENV PYTHON_PIPENV_VERSION=2024.4.1
2121
ENV PYTHON_SETUPTOOLS_VERSION=75.8.0
2222
ENV PYTHON_WHEEL_VERSION=0.45.1
2323

@@ -93,7 +93,7 @@ ENV VIRTUAL_ENV="${CISA_HOME}/.venv"
9393

9494
RUN apk --no-cache add \
9595
ca-certificates=20241121-r1 \
96-
chromium=131.0.6778.264-r0 \
96+
chromium=132.0.6834.83-r0 \
9797
py3-lxml=5.3.0-r0
9898

9999
# Create unprivileged user

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Python library. Then it will output CSVs with agency and domain level results.
2323
To run the `cisagov/vdp-scanner` image via Docker:
2424

2525
```console
26-
docker run cisagov/vdp-scanner:0.2.0-dev.6
26+
docker run cisagov/vdp-scanner:0.2.0-dev.7
2727
```
2828

2929
### Running with Docker Compose ###
@@ -36,7 +36,7 @@ docker run cisagov/vdp-scanner:0.2.0-dev.6
3636

3737
services:
3838
vdp-scanner:
39-
image: cisagov/vdp-scanner:0.2.0-dev.6
39+
image: cisagov/vdp-scanner:0.2.0-dev.7
4040
volumes:
4141
- .:/task/host_mount
4242
```
@@ -74,7 +74,7 @@ docker run cisagov/vdp-scanner:0.2.0-dev.6
7474
1. Pull the new image:
7575

7676
```console
77-
docker pull cisagov/vdp-scanner:0.2.0-dev.6
77+
docker pull cisagov/vdp-scanner:0.2.0-dev.7
7878
```
7979

8080
1. Recreate and run the container by following the [previous instructions](#running-with-docker).
@@ -113,11 +113,11 @@ and then update dependencies as you would above.
113113
The images of this container are tagged with [semantic
114114
versions](https://semver.org) of the underlying example project that they
115115
containerize. It is recommended that most users use a version tag (e.g.
116-
`:0.2.0-dev.6`).
116+
`:0.2.0-dev.7`).
117117

118118
| Image:tag | Description |
119119
|-----------|-------------|
120-
|`cisagov/vdp-scanner:0.2.0-dev.6`| An exact release version. |
120+
|`cisagov/vdp-scanner:0.2.0-dev.7`| An exact release version. |
121121
|`cisagov/vdp-scanner:0.2`| The most recent release matching the major and minor version numbers. |
122122
|`cisagov/vdp-scanner:0`| The most recent release matching the major version number. |
123123
|`cisagov/vdp-scanner:edge` | The most recent image built from a merge into the `develop` branch of this repository. |
@@ -183,7 +183,7 @@ Build the image locally using this git repository as the [build context](https:/
183183

184184
```console
185185
docker build \
186-
--tag cisagov/vdp-scanner:0.2.0-dev.6 \
186+
--tag cisagov/vdp-scanner:0.2.0-dev.7 \
187187
https://github.com/cisagov/vdp-scanner-docker.git#develop
188188
```
189189

@@ -214,7 +214,7 @@ Docker:
214214
--file Dockerfile-x \
215215
--platform linux/amd64 \
216216
--output type=docker \
217-
--tag cisagov/vdp-scanner:0.2.0-dev.6 .
217+
--tag cisagov/vdp-scanner:0.2.0-dev.7 .
218218
```
219219

220220
## Contributing ##

src/Pipfile.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0-dev.6
1+
0.2.0-dev.7

0 commit comments

Comments
 (0)