Andrew Smith commited on
Commit
75ef96c
·
1 Parent(s): 43015c8

Use older python image

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.10
2
 
3
  # Get secret DB_URL and output it to /test at buildtime
4
  RUN --mount=type=secret,id=DB_URL,mode=0444,required=true \
 
1
+ FROM python:3.9
2
 
3
  # Get secret DB_URL and output it to /test at buildtime
4
  RUN --mount=type=secret,id=DB_URL,mode=0444,required=true \