Bump Python Version for security (#887)

This commit is contained in:
Yuhong Sun 2023-12-26 16:15:14 -08:00 committed by GitHub
parent 449a403c73
commit a6a444f365
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.11.4-slim-bookworm
FROM python:3.11.7-slim-bookworm
# Default DANSWER_VERSION, typically overriden during builds by GitHub Actions.
ARG DANSWER_VERSION=0.2-dev

View File

@ -1,4 +1,4 @@
FROM python:3.11.4-slim-bookworm
FROM python:3.11.7-slim-bookworm
# Default DANSWER_VERSION, typically overriden during builds by GitHub Actions.
ARG DANSWER_VERSION=0.2-dev