Skip to content

Commit

Permalink
Update public.ecr.aws/docker/library/python Docker tag to v3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent c137c46 commit 1d4fa2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Builder docker
#

FROM public.ecr.aws/docker/library/python:3.11-alpine AS builder
FROM public.ecr.aws/docker/library/python:3.13-alpine AS builder

RUN apk add build-base linux-headers

Expand All @@ -27,7 +27,7 @@ RUN rm -rf \
# Production docker
#

FROM public.ecr.aws/docker/library/python:3.11-alpine
FROM public.ecr.aws/docker/library/python:3.13-alpine

# when USERNAME=root is provided, the application runs as root within the container, this is useful in case 'pySMART' or any SMART attribute
# has been configured (smartctl requires root permissions)
Expand Down

0 comments on commit 1d4fa2e

Please sign in to comment.