File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- FROM python:3.12-slim@sha256:31a416db24bd8ade7dac5fd5999ba6c234d7fa79d4add8781e95f41b187f4c9a
1+ FROM python:3.12-slim@sha256:d86b4c74b936c438cd4cc3a9f7256b9a7c27ad68c7caf8c205e18d9845af0164
22
33ENV PYTHONPATH "${PYTHONPATH}:/opt/python/lib/python3.12/site-packages"
44ENV PYTHONDONTWRITEBYTECODE 1
Original file line number Diff line number Diff line change 22FROM 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:d86b4c74b936c438cd4cc3a9f7256b9a7c27ad68c7caf8c205e18d9845af0164
66
77ENV PYTHONPATH "${PYTHONPATH}:/opt/python/lib/python3.12/site-packages"
88ENV PYTHONDONTWRITEBYTECODE 1
You can’t perform that action at this time.
0 commit comments