10000 update Docker base image (python) tag to v3.10.6 by renovate[bot] · Pull Request #6608 · localstack/localstack · GitHub
[go: up one dir, main page]

Skip to content

update Docker base image (python) tag to v3.10.6 #6608

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG IMAGE_TYPE=full

# java-builder: Stage to build a custom JRE (with jlink)
FROM python:3.10.5-slim-buster@sha256:e72f92b26aa03fa0dfceb3bca54c6a16aa10c467532529735746d0d9317daabc as java-builder
FROM python:3.10.6-slim-buster@sha256:0173061038a9079b182f6d9b51431b17f1d0bc3f00755fa239b69762e45e512c as java-builder
ARG TARGETARCH

# install OpenJDK 11
Expand Down Expand Up @@ -34,7 +34,7 @@ jdk.localedata --include-locales en,th \


# base: Stage which installs necessary runtime dependencies (OS packages, java, maven,...)
FROM python:3.10.5-slim-buster@sha256:e72f92b26aa03fa0dfceb3bca54c6a16aa10c467532529735746d0d9317daabc as base
FROM python:3.10.6-slim-buster@sha256:0173061038a9079b182f6d9b51431b17f1d0bc3f00755fa239b69762e45e512c as base
ARG TARGETARCH

# Install runtime OS package dependencies
Expand Down
0