Skip to content

Commit

Permalink
chore(deps): update python docker tag to v3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 28, 2022
1 parent 6e05c77 commit 2542d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM buildpack-deps:buster AS base
# https://github.com/nodejs/docker-node/blob/6e7d6511aba22da645ec21bd157a369a78794e6c/14/buster/Dockerfile
# https://hub.docker.com/_/python
# https://github.com/docker-library/python/blob/3897bb4660fe97fc202f50431dd3e6cdc0dedd4a/3.8/buster/Dockerfile
COPY --from=python:3.8-buster /usr/local/ /usr/local/
COPY --from=python:3.11-buster /usr/local/ /usr/local/
COPY --from=node:14-buster /usr/local/ /usr/local/
COPY --from=node:14-buster /opt/ /opt/
# http://bugs.python.org/issue19846
Expand Down

0 comments on commit 2542d13

Please sign in to comment.