Merge pull request #11 from puppetlabs/DIO-2636

(DIO-2636) Update python in dockerfiles
This commit is contained in:
Erik Hansen 2021-09-23 14:21:39 -07:00 committed by GitHub
commit 845ec44e5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM python:3 FROM python:3.10-rc-buster
ADD generate.py / ADD generate.py /
ENV TOKEN $TOKEN ENV TOKEN $TOKEN
ENV BUCKET $BUCKET ENV BUCKET $BUCKET

View file

@ -1,4 +1,4 @@
FROM python:3 FROM python:3.10-rc-buster
ADD app.py / ADD app.py /
ENV GOOGLE_APPLICATION_CREDENTIALS $GOOGLE_APPLICATION_CREDENTIALS ENV GOOGLE_APPLICATION_CREDENTIALS $GOOGLE_APPLICATION_CREDENTIALS
ENV TZ=America/Los_Angeles ENV TZ=America/Los_Angeles