Skip to content

Commit

Permalink
Merge pull request #607 from Ouranosinc/security-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Apr 26, 2024
2 parents bb33e3d + 154736d commit 8af758f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ jobs:
steps:
- uses: actions/labeler@v4.3.0
with:
sync-labels: ''
repo-token: "${{ secrets.GITHUB_TOKEN }}"
4 changes: 3 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ Changes
`Unreleased <https://github.com/Ouranosinc/Magpie/tree/master>`_ (latest)
------------------------------------------------------------------------------------

* Nothing new for the moment.
Features / Changes
~~~~~~~~~~~~~~~~~~~~~
* Security fix: bump Docker base ``python:3.11-alpine3.19``.

.. _changes_4.0.0:

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-alpine3.17
FROM python:3.11-alpine3.19
LABEL Description="Runs Magpie AuthN/AuthZ service for REST-API and UI interfaces."
LABEL Maintainer="Francis Charette-Migneault <francis.charette-migneault@crim.ca>"
LABEL Vendor="CRIM"
Expand Down

0 comments on commit 8af758f

Please sign in to comment.