Skip to content

Commit 4f2815a

Browse files
authored
Merge pull request #144 from cakephp/othercorey-patch-1
Switch to python 3.10
2 parents 37c19d5 + 7609214 commit 4f2815a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Use a multi-stage build to generate the site with python
22
# and serve the generated HTML with nginx
3-
FROM python:3.9-alpine as builder
3+
FROM python:3.10-alpine as builder
44

55
LABEL Description="Create an image to deploy bakery.cakephp.org"
66

0 commit comments

Comments
 (0)