Skip to content

Commit

Permalink
fix: backend/quart_api/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed May 10, 2024
1 parent f1cf7f0 commit d163a61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/quart_api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8-alpine as builder
FROM python:3.13.0b1-alpine as builder

ENV PYTHONDONTWRITEBYTECODE=1
ENV PYTHONUNBUFFERED=1
Expand All @@ -17,7 +17,7 @@ RUN POETRY_VIRTUALENVS_CREATE=false poetry install --no-dev



FROM python:3.8-alpine as final
FROM python:3.13.0b1-alpine as final

RUN apk --no-cache add libstdc++

Expand Down

0 comments on commit d163a61

Please sign in to comment.