Skip to content

Commit

Permalink
chore(deps): update python docker tag to v3.13 (#18615)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent 5ddb3f8 commit daf4873
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ops/dockerfile/boundaries/marketing/referral.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG BUILDKIT_SBOM_SCAN_STAGE=true
# scan the build context only if the build is run to completion
ARG BUILDKIT_SBOM_SCAN_CONTEXT=true

FROM --platform=$BUILDPLATFORM python:3.12-slim
FROM --platform=$BUILDPLATFORM python:3.13-slim

LABEL [email protected]
LABEL org.opencontainers.image.title="shortlink-referral"
Expand Down
2 changes: 1 addition & 1 deletion ops/dockerfile/boundaries/shop/admin.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG BUILDKIT_SBOM_SCAN_STAGE=true
# scan the build context only if the build is run to completion
ARG BUILDKIT_SBOM_SCAN_CONTEXT=true

FROM --platform=$BUILDPLATFORM python:3.12-slim
FROM --platform=$BUILDPLATFORM python:3.13-slim

LABEL [email protected]
LABEL org.opencontainers.image.title="shortlink-shop-admin"
Expand Down

0 comments on commit daf4873

Please sign in to comment.