Skip to content

Commit 248a46e

Browse files
authored
Resolving Trivy identified vulnerabilities (#49)
1 parent 8993250 commit 248a46e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11 AS builder
1+
FROM python:3.13-slim AS builder
22
COPY requirements.txt .
33

44
RUN addgroup --gid 2000 --system appgroup && \
@@ -9,7 +9,7 @@ USER 2000
99
# install dependencies to the local user directory
1010
RUN pip install --user -r requirements.txt
1111

12-
FROM python:3.11-slim
12+
FROM python:3.13-slim
1313
WORKDIR /app
1414

1515
RUN addgroup --gid 2000 --system appgroup && \

0 commit comments

Comments
 (0)