Skip to content

Commit

Permalink
Move dockerfile to the example directory bump to alpine3.17 (#8353)
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
  • Loading branch information
nashcontrol and Pierre-Sassoulas authored Apr 1, 2023
1 parent e9894d3 commit e3f68d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile → examples/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10.0-alpine3.15
FROM python:3.10.10-alpine3.17

COPY ./ /tmp/build
WORKDIR /tmp/build
Expand Down

0 comments on commit e3f68d5

Please sign in to comment.