Merge pull request #64 from tcivie/alpine-update

Update Dockerfile.exporter
This commit is contained in:
Gleb Tcivie 2024-10-21 14:40:18 +03:00 committed by GitHub
commit 3de42a02d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
FROM python:alpine
FROM python:3.9.20-alpine3.19
LABEL author="Gleb Tcivie"
WORKDIR /app