Skip to content

Commit

Permalink
fix: packages/hagrid/hagrid.dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Sep 16, 2023
1 parent 8daa30a commit 6410397
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/hagrid/hagrid.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.3-slim as build
FROM python:3.12.0rc1-slim as build

WORKDIR /hagrid
COPY ./ /hagrid
Expand All @@ -7,7 +7,7 @@ RUN pip install --upgrade pip setuptools wheel twine
RUN python setup.py bdist_wheel
RUN twine check `find -L ./dist -name "*.whl"`

FROM python:3.11.3-slim as backend
FROM python:3.12.0rc1-slim as backend

# set UTC timezone
ENV TZ=Etc/UTC
Expand Down

0 comments on commit 6410397

Please sign in to comment.