Skip to content

Commit

Permalink
Update public.ecr.aws/docker/library/python Docker tag to v3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 1, 2024
1 parent c137c46 commit f10f1ee
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.12-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.12-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 f10f1ee

Please sign in to comment.