Skip to content

Commit 2542d13

Browse files
chore(deps): update python docker tag to v3.11
1 parent 6e05c77 commit 2542d13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM buildpack-deps:buster AS base
33
# https://github.com/nodejs/docker-node/blob/6e7d6511aba22da645ec21bd157a369a78794e6c/14/buster/Dockerfile
44
# https://hub.docker.com/_/python
55
# https://github.com/docker-library/python/blob/3897bb4660fe97fc202f50431dd3e6cdc0dedd4a/3.8/buster/Dockerfile
6-
COPY --from=python:3.8-buster /usr/local/ /usr/local/
6+
COPY --from=python:3.11-buster /usr/local/ /usr/local/
77
COPY --from=node:14-buster /usr/local/ /usr/local/
88
COPY --from=node:14-buster /opt/ /opt/
99
# http://bugs.python.org/issue19846

0 commit comments

Comments
 (0)