Skip to content

Commit

Permalink
Merge pull request #222 from TeoZosa/dependabot/docker/{{cookiecutter…
Browse files Browse the repository at this point in the history
….project_slug}}/python-b9f31c7

⬆️ Bump python from `8349e05` to `b9f31c7` in /{{cookiecutter.project_slug}}
  • Loading branch information
TeoZosa authored Jun 25, 2021
2 parents fc5b87a + 5cb2998 commit 8c85bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:experimental

FROM python:3.9.5-slim@sha256:8349e052ebd0c3ae4171ae0257a666ccce893f77d28896db83e3a719499603ba
FROM python:3.9.5-slim@sha256:b9f31c700254bc13df8923352b9b0660e8c81db9bc676747509b561eee0ca3f5

LABEL maintainer="{{cookiecutter.author}} <{{cookiecutter.email}}>"
ENV LANG C.UTF-8
Expand Down

0 comments on commit 8c85bd8

Please sign in to comment.