Skip to content

Commit

Permalink
Bump python in /lambdas/molecule
Browse files Browse the repository at this point in the history
Bumps python from 3.8-slim-bullseye to 3.12.4-slim-bullseye.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 3, 2024
1 parent 505e2fe commit d841e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambdas/molecule/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG FUNCTION_DIR="/function"

FROM python:3.8-slim-bullseye@sha256:5c769978386f958886d1301435b77b9921859d0c2216d6b3beadeece51264c76 AS base-image
FROM python:3.12.4-slim-bullseye@sha256:56fdde7ba5f9fa4d8d002d60b299b06e4d318a73125ce4ab0ce8768c7cd70301 AS base-image

FROM base-image as build-image

Expand Down

0 comments on commit d841e4c

Please sign in to comment.