trying alpine image

This commit is contained in:
Khalim Conn-Kowlessar 2023-07-17 22:02:41 +01:00
parent 8f26a6f05a
commit baf6b90f24
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