Skip to content

Commit

Permalink
Merge pull request #1 from beac0n5/snyk-fix-f2affad0851e1e139120b7185…
Browse files Browse the repository at this point in the history
…ae059be

[Snyk] Security upgrade python from 3.11.2-bullseye to 3.13.0a6-bullseye
  • Loading branch information
b34c0n5 committed May 10, 2024
2 parents 10ba778 + 5c37d4f commit a4d87a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/nlp.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
####################################
# Common python dependencies layer
####################################
FROM python:3.11.2-bullseye AS debcommon
FROM python:3.13.0a6-bullseye AS debcommon
WORKDIR /app/cmd/nlp

ENV PYTHONUNBUFFERED=true
Expand Down

0 comments on commit a4d87a5

Please sign in to comment.