Browse Source

Merge 359f737202 into 1c380b01b5

pull/1065/merge
dependabot[bot] 1 day ago
committed by GitHub
parent
commit
2f32fd086f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docker/dev/Dockerfile

+ 1
- 1
docker/dev/Dockerfile View File

@@ -1,5 +1,5 @@
# use latest python alpine image.
FROM python:3.12.7-alpine3.20
FROM python:3.13.0-alpine3.20

# install system dependencies.
RUN apk update && apk add --no-cache \


Loading…
Cancel
Save