Skip to content

Commit

Permalink
Update Dockerfile to use newer Python Docker image version
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoelles committed Dec 21, 2023
1 parent a74509c commit 8bca2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{ cookiecutter.repo_name }}/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/tgoelles/python_docker:v0.5.6_py{{ cookiecutter.python_version }}
FROM ghcr.io/tgoelles/python_docker:v0.5.7_py{{ cookiecutter.python_version }}

ENV DEBIAN_FRONTEND=noninteractive

Expand Down

0 comments on commit 8bca2b0

Please sign in to comment.