Skip to content

Commit

Permalink
Fix Python version and file permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
icgood committed Sep 12, 2021
1 parent c18b14a commit e3d464c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM python:3.9-alpine
# TODO: remove ".6" when 3.9.10 is released
FROM python:3.9.6-alpine

WORKDIR /pymap
COPY . .
Expand Down
Empty file modified docker/check-stale-pid.sh
100644 → 100755
Empty file.

0 comments on commit e3d464c

Please sign in to comment.