Skip to content

Commit

Permalink
dependencies: update the dependencies lock file
Browse files Browse the repository at this point in the history
* Updates Dockerfile.base to use `python:3.9-slim-bullseye`.

Co-Authored-by: Peter Weber <[email protected]>
  • Loading branch information
rerowep committed Oct 12, 2022
1 parent 63227a6 commit 1b361ca
Show file tree
Hide file tree
Showing 2 changed files with 690 additions and 311 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

FROM python:3.9-slim-buster
FROM python:3.9-slim-bullseye

# require debian packages
RUN apt-get update -y && apt-get upgrade -y
Expand Down
Loading

0 comments on commit 1b361ca

Please sign in to comment.