Skip to content

Commit

Permalink
Merge branch 'dev' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Jul 3, 2023
2 parents c62f7b3 + 65c0156 commit 7bec029
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.8' # Version range or exact version of a Python version to use, using SemVer's version range syntax
- uses: actions/[email protected].0
- uses: actions/[email protected].3
- name: Build with retry
uses: Wandalen/wretry.action@v1.0.11
uses: Wandalen/wretry.action@v1.3.0
with:
command: docker build --no-cache .
attempt_limit: 3
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.2
FROM python:3.11.4
ENV WEBHOOK_URL_PREFIX="wiki/hooks"
RUN apt update
RUN apt install -y unzip apache2 build-essential python3-dev python3-pip python3-setuptools python3-wheel python3-cffi libcairo2 libpango-1.0-0 libpangocairo-1.0-0 libgdk-pixbuf2.0-0 libffi-dev shared-mime-info git
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mkdocs==1.4.2
mkdocs-material==9.1.4
mkdocs-glightbox==0.3.2
mkdocs==1.4.3
mkdocs-material==9.1.17
mkdocs-glightbox==0.3.4
mkdocs-htmlproofer-plugin
pygments
pymdown-extensions
Expand Down

0 comments on commit 7bec029

Please sign in to comment.