Skip to content

Commit

Permalink
Bump python in /{{ cookiecutter.project_name }}/docker/dist/app
Browse files Browse the repository at this point in the history
Bumps python from 3.9.7-alpine3.13 to 3.10.0-alpine3.13.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 6, 2021
1 parent f0a3f7b commit 9e251a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{ cookiecutter.project_name }}/docker/dist/app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM {{ cookiecutter.project_name }}_dev_app:latest as builder

FROM python:3.9.7-alpine3.13
FROM python:3.10.0-alpine3.13

COPY --from=builder /root/.cache /root/.cache
COPY --from=builder /app /app
Expand Down

0 comments on commit 9e251a3

Please sign in to comment.