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 Sep 28, 2024
1 parent aa6ca9b commit 3a7954e
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.13.0a4-slim as build
FROM python:3.13.0rc2-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.13.0a4-slim
FROM python:3.13.0rc2-slim
WORKDIR /home/instainfo
RUN adduser -D instainfo

Expand Down

0 comments on commit 3a7954e

Please sign in to comment.