Skip to content

Commit 5fd9ae2

Browse files
deps/ui: bump python from 3.13-alpine to 3.14.5-alpine in /src/ui
Bumps python from 3.13-alpine to 3.14.5-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 9c3c95a commit 5fd9ae2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/ui/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.5-alpine@sha256:7128d274340c3aa2e34596c7a62fff85de8f4d71d46731f9dbe3c0e2cfd9117c AS builder
22

33
# Export var for specific actions on linux/arm/v7
44
ARG TARGETPLATFORM
@@ -66,7 +66,7 @@ RUN if [ "$SKIP_MINIFY" != "yes" ] && [ "$SKIP_MINIFY_CSS" != "yes" ]; then \
6666
echo "Skipping CSS minification"; \
6767
fi
6868

69-
FROM python:3.13-alpine@sha256:420cd0bf0f3998275875e02ecd5808168cf0843cbb4d3c536432f729247b2acc
69+
FROM python:3.14.5-alpine@sha256:7128d274340c3aa2e34596c7a62fff85de8f4d71d46731f9dbe3c0e2cfd9117c
7070

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

0 commit comments

Comments
 (0)