Skip to content

Commit 00a25fc

Browse files
chore(deps): update docker images: bump docker/library/python (#51)
Bumps the docker-version-updates group with 1 update in the / directory: docker/library/python. Updates `docker/library/python` from 3.10.18-alpine3.22 to 3.14.0-alpine3.22 --- updated-dependencies: - dependency-name: docker/library/python dependency-version: 3.14.0-alpine3.22 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker-version-updates ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9f8c9c8 commit 00a25fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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`
1919
WORKDIR /app
@@ -48,7 +48,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
4848
RUN 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
5454
ENV PATH="/app/.venv/bin:$PATH:/usr/sbin"

0 commit comments

Comments
 (0)