Merge pull request #66 from Hestia-Homes/main

trying alpine image
This commit is contained in:
KhalimCK 2023-07-17 22:03:56 +01:00 committed by GitHub
commit ae867c25b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# Pull base image
FROM python:3.10.12-slim-buster
FROM python:3.10.12-alpine3.15
# Set environment variables
ENV PYTHONDONTWRITEBYTECODE 1

View file

@ -1 +1 @@
cryptography==37.0.4
cryptography==41.0.2