Skip to content

Commit

Permalink
fix: Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Mar 30, 2024
1 parent b8b349e commit 33f9d61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9.2-alpine3.13 as build
FROM python:3.13.0a4-slim as build
WORKDIR /wheels
RUN apk add --no-cache \
ncurses-dev \
Expand All @@ -7,7 +7,7 @@ COPY docker_reqs.txt /opt/instainfo/requirements.txt
RUN pip3 wheel -r /opt/instainfo/requirements.txt


FROM python:3.9.2-alpine3.13
FROM python:3.13.0a4-slim
WORKDIR /home/instainfo
RUN adduser -D instainfo

Expand Down

0 comments on commit 33f9d61

Please sign in to comment.