Move dockerfile to the example directory bump to alpine3.17 (#8353)

Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
This commit is contained in:
Alex Mor 2023-04-01 11:39:07 +03:00 committed by GitHub
parent e9894d304f
commit e3f68d5e7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM python:3.10.0-alpine3.15
FROM python:3.10.10-alpine3.17
COPY ./ /tmp/build
WORKDIR /tmp/build