Skip to content

Commit 54df4d5

Browse files
chore(deps): bump python in /Resources/docker/app
Bumps python from 3.13.7-alpine to 3.14.3-alpine. --- updated-dependencies: - dependency-name: python dependency-version: 3.14.3-alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7aa28f5 commit 54df4d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resources/docker/app/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13.7-alpine AS builder
1+
FROM python:3.14.3-alpine AS builder
22

33
ENV PYTHONUNBUFFERED=1
44

@@ -11,7 +11,7 @@ RUN apk add --no-cache --virtual .build-deps gcc g++ musl-dev \
1111
postgresql-dev binutils rust cargo && \
1212
python3 -m pip install -r requirements.txt --no-cache-dir
1313

14-
FROM python:3.13.7-alpine
14+
FROM python:3.14.3-alpine
1515
# git is a dependency for the meta endpoint
1616
RUN apk add --no-cache git
1717

0 commit comments

Comments
 (0)