Skip to content

Commit ae3f5c7

Browse files
Bump the docker group across 4 directories with 3 updates (#203)
Bumps the docker group with 1 update in the /compose/local/django directory: python. Bumps the docker group with 1 update in the /compose/production/django directory: python. Bumps the docker group with 1 update in the /compose/production/nginx directory: nginx. Bumps the docker group with 1 update in the /compose/production/traefik directory: traefik. Updates `python` from 3.12.3-slim-bookworm to 3.12.9-slim-bookworm Updates `python` from 3.12.3-slim-bookworm to 3.12.9-slim-bookworm Updates `nginx` from 1.17.8-alpine to 1.17.10-alpine Updates `traefik` from 2.11.2 to 2.11.21 --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker - dependency-name: nginx dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker - dependency-name: traefik dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e40f0ab commit ae3f5c7

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

compose/local/django/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# define an alias for the specific python version used in this file.
2-
FROM docker.io/python:3.12.3-slim-bookworm AS python
2+
FROM docker.io/python:3.12.9-slim-bookworm AS python
33

44
# Python build stage
55
FROM python AS python-build-stage

compose/production/django/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# define an alias for the specific python version used in this file.
2-
FROM docker.io/python:3.12.3-slim-bookworm as python
2+
FROM docker.io/python:3.12.9-slim-bookworm as python
33

44
# Python build stage
55
FROM python AS python-build-stage
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM docker.io/nginx:1.17.8-alpine
1+
FROM docker.io/nginx:1.17.10-alpine
22
COPY ./compose/production/nginx/default.conf /etc/nginx/conf.d/default.conf

compose/production/traefik/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/traefik:2.11.2
1+
FROM docker.io/traefik:2.11.21
22
RUN mkdir -p /etc/traefik/acme \
33
&& touch /etc/traefik/acme/acme.json \
44
&& chmod 600 /etc/traefik/acme/acme.json

0 commit comments

Comments
 (0)