Skip to content

Commit 7d4669b

Browse files
[update:patch] Update python:3.14.0-slim Docker digest
1 parent d399f9f commit 7d4669b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.14.0-slim@sha256:4ed33101ee7ec299041cc41dd268dae17031184be94384b1ce7936dc4e5dead3
1+
FROM python:3.14.0-slim@sha256:0aecac02dc3d4c5dbb024b753af084cafe41f5416e02193f1ce345d671ec966e
22
WORKDIR /usr/src/app
33
COPY requirements.txt ./
44
RUN apt update && apt install -y build-essential && apt clean && rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)