Skip to content

Commit

Permalink
Merge pull request #16 from evildevill/snyk-fix-dbc8a4af53cef797e0d6e…
Browse files Browse the repository at this point in the history
…3e0f8ac8b92

[Snyk] Security upgrade python from 3.9.2-alpine3.13 to 3.13.0a4-slim
  • Loading branch information
evildevill authored Mar 30, 2024
2 parents b8b349e + 33f9d61 commit aa6ca9b
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 aa6ca9b

Please sign in to comment.