Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Bump python from 3.9.13 to 3.9.14 (#1287)
Browse files Browse the repository at this point in the history
* Bump python from 3.9.13 to 3.9.14

* Update changelog

Co-authored-by: Paul Sanders <pau@ethyca.com>
  • Loading branch information
Paul Sanders and Paul Sanders committed Sep 9, 2022
1 parent bb027fe commit 3c70e62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 3c70e62

Please sign in to comment.