Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 3, 2021
1 parent 3a3487e commit 708942c
Showing 1 changed file with 1 addition and 1 deletion.
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.1-alpine3.13
FROM python:3.9.7-alpine3.13

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

0 comments on commit 708942c

Please sign in to comment.