chore(deps): bump python in /docker/dev (#1137)

Bumps python from 3.13.2-alpine3.20 to 3.13.3-alpine3.20.

---
updated-dependencies:
- dependency-name: python
  dependency-version: 3.13.3-alpine3.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/1140/head
dependabot[bot] 5 months ago committed by GitHub
parent 95f1bbabe9
commit 2872d043ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +1,5 @@
# use latest python alpine image.
FROM python:3.13.2-alpine3.20
FROM python:3.13.3-alpine3.20
# install system dependencies.
RUN apk update && apk add --no-cache \

Loading…
Cancel
Save