Merge pull request #675 from aminvakil/alpinebump

Bump alpine 3.13
This commit is contained in:
J.Townsend 2021-02-13 00:18:27 +00:00 committed by GitHub
commit 96e6300714
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM python:alpine3.11
FROM python:alpine3.13
RUN mkdir /app
WORKDIR /app
COPY . /app