File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515# dependabot should continue to update this to the latest hash.
16- FROM public.ecr.aws/docker/library/python:3.10.18 -alpine3.22@sha256:16a3e827aa3a9afdb2b6d16072a2f4b04b0014be1939ba38ee36db82ec68c7fe AS uv
16+ FROM public.ecr.aws/docker/library/python:3.14.0 -alpine3.22@sha256:8373231e1e906ddfb457748bfc032c4c06ada8c759b7b62d9c73ec2a3c56e710 AS uv
1717
1818# Install the project into `/app`
1919WORKDIR /app
@@ -48,7 +48,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
4848RUN mkdir -p /root/.local
4949
5050# dependabot should continue to update this to the latest hash.
51- FROM public.ecr.aws/docker/library/python:3.10.18 -alpine3.22@sha256:16a3e827aa3a9afdb2b6d16072a2f4b04b0014be1939ba38ee36db82ec68c7fe
51+ FROM public.ecr.aws/docker/library/python:3.14.0 -alpine3.22@sha256:8373231e1e906ddfb457748bfc032c4c06ada8c759b7b62d9c73ec2a3c56e710
5252
5353# Place executables in the environment at the front of the path and include other binaries
5454ENV PATH="/app/.venv/bin:$PATH:/usr/sbin"
You can’t perform that action at this time.
0 commit comments