Skip to content

Commit 8cfc7db

Browse files
chore(deps): update python:3.12-slim docker digest to 65f3e24
1 parent cc9713d commit 8cfc7db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/Dockerfile.lambda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-slim@sha256:31a416db24bd8ade7dac5fd5999ba6c234d7fa79d4add8781e95f41b187f4c9a
1+
FROM python:3.12-slim@sha256:65f3e24e1e7ecb2164487d8b8e794dad0d392f7d7d6bbe1e9128063e54de6eef
22

33
ENV PYTHONPATH "${PYTHONPATH}:/opt/python/lib/python3.12/site-packages"
44
ENV PYTHONDONTWRITEBYTECODE 1

ci/Dockerfile.newrelic.lambda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM public.ecr.aws/newrelic-lambda-layers-for-docker/newrelic-lambda-layers-python:312 AS layer
33

44
# Stage 2: Build application
5-
FROM python:3.12-slim@sha256:31a416db24bd8ade7dac5fd5999ba6c234d7fa79d4add8781e95f41b187f4c9a
5+
FROM python:3.12-slim@sha256:65f3e24e1e7ecb2164487d8b8e794dad0d392f7d7d6bbe1e9128063e54de6eef
66

77
ENV PYTHONPATH "${PYTHONPATH}:/opt/python/lib/python3.12/site-packages"
88
ENV PYTHONDONTWRITEBYTECODE 1

0 commit comments

Comments
 (0)