Skip to content

Commit

Permalink
fix: examples/multi_udf/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Oct 15, 2024
1 parent 4d05d95 commit 1ef52d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/multi_udf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# builder: install needed dependencies
####################################################################################################

FROM python:3.10-slim-bullseye AS builder
FROM python:3.12.7-slim-bullseye AS builder

ENV PYTHONFAULTHANDLER=1 \
PYTHONUNBUFFERED=1 \
Expand Down

0 comments on commit 1ef52d3

Please sign in to comment.