diff --git a/CHANGELOG.md b/CHANGELOG.md index 392c0e92c..bacf38dc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,6 +56,10 @@ The types of changes are: * Make admin ui work when volumes are mounted [#1266](https://github.com/ethyca/fidesops/pull/1266) * Fixed typo in enum value [#1280](https://github.com/ethyca/fidesops/pull/1280) +### Security + +* Bump python from 3.9.13 to 3.9.14 [#1287](https://github.com/ethyca/fidesops/pull/1287) + ## [1.7.2](https://github.com/ethyca/fidesops/compare/1.7.1...1.7.2) ### Added diff --git a/Dockerfile b/Dockerfile index 8cf54bb02..eb7cc7901 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN npm run export ############# ## Backend ## ############# -FROM --platform=linux/amd64 python:3.9.13-slim-bullseye as backend +FROM --platform=linux/amd64 python:3.9.14-slim-bullseye as backend # Install auxiliary software RUN apt-get update && \