Skip to content

Commit 50a5543

Browse files
deps/autoconf: bump python in /src/autoconf
Bumps python from 3.13-alpine to 3.14-alpine. --- updated-dependencies: - dependency-name: python dependency-version: 3.14.5-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b768bc2 commit 50a5543

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/autoconf/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13-alpine@sha256:420cd0bf0f3998275875e02ecd5808168cf0843cbb4d3c536432f729247b2acc AS builder
1+
FROM python:3.14-alpine@sha256:5a824eb82cc75361f98611f3cfc5091ea33f10a6ccea4d4ebdabbc523b9a1614 AS builder
22

33
# Export var for specific actions on linux/arm/v7
44
ARG TARGETPLATFORM
@@ -33,7 +33,7 @@ COPY src/common/utils utils
3333
COPY src/autoconf autoconf
3434
COPY src/VERSION VERSION
3535

36-
FROM python:3.13-alpine@sha256:420cd0bf0f3998275875e02ecd5808168cf0843cbb4d3c536432f729247b2acc
36+
FROM python:3.14-alpine@sha256:5a824eb82cc75361f98611f3cfc5091ea33f10a6ccea4d4ebdabbc523b9a1614
3737

3838
# Set default umask to prevent huge recursive chmod increasing the final image size
3939
RUN umask 027

0 commit comments

Comments
 (0)