Skip to content

Commit

Permalink
Bump python to 3.11.9-slim-bookworm (#10618)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 9, 2024
1 parent 5b15be1 commit 975a5f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -29,7 +29,7 @@ jdk.localedata --include-locales en,th \


# base: Stage which installs necessary runtime dependencies (OS packages, java,...)
FROM python:3.11.8-slim-bookworm@sha256:90f8795536170fd08236d2ceb74fe7065dbf74f738d8b84bfbf263656654dc9b as base
FROM python:3.11.9-slim-bookworm@sha256:3800945e7ed50341ba8af48f449515c0a4e845277d56008c15bd84d52093e958 as base
ARG TARGETARCH

# Install runtime OS package dependencies
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.s3
@@ -1,5 +1,5 @@
# base: Stage which installs necessary runtime dependencies (OS packages, filesystem...)
FROM python:3.11.8-slim-bookworm@sha256:90f8795536170fd08236d2ceb74fe7065dbf74f738d8b84bfbf263656654dc9b as base
FROM python:3.11.9-slim-bookworm@sha256:3800945e7ed50341ba8af48f449515c0a4e845277d56008c15bd84d52093e958 as base
ARG TARGETARCH

# set workdir
Expand Down

0 comments on commit 975a5f5

Please sign in to comment.