Skip to content

Commit bd16ac2

Browse files
dependabot[bot]arkid15r
authored andcommitted
Bump python from 3.13.3-alpine to 3.13.4-alpine in /docs/docker (#1559)
Bumps python from 3.13.3-alpine to 3.13.4-alpine. --- updated-dependencies: - dependency-name: python dependency-version: 3.13.4-alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d58bcb6 commit bd16ac2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docker/Dockerfile.local

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13.3-alpine AS builder
1+
FROM python:3.13.4-alpine AS builder
22

33
SHELL ["/bin/sh", "-o", "pipefail", "-c"]
44

@@ -31,7 +31,7 @@ RUN --mount=type=cache,target=${POETRY_CACHE_DIR},uid=${OWASP_UID},gid=${OWASP_G
3131
poetry install --no-root && \
3232
rm -rf docs/poetry.lock docs/pyproject.toml
3333

34-
FROM python:3.13.3-alpine
34+
FROM python:3.13.4-alpine
3535

3636
SHELL ["/bin/sh", "-o", "pipefail", "-c"]
3737

0 commit comments

Comments
 (0)