Skip to content

Commit

Permalink
Moved the image version in the docker file to an argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonard Eshun authored and Leonard Eshun committed Sep 7, 2024
1 parent b561fe2 commit cfd6676
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FROM mcr.microsoft.com/devcontainers/python:1-3.12-bullseye
ARG VARIANT="3.12-bullseye"
FROM mcr.microsoft.com/vscode/devcontainers/python:0-${VARIANT}
#RUN
#COPY
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
__pycache__/
.venv
actions
.pytest_cache
.pytest_cache
.DS_Store

0 comments on commit cfd6676

Please sign in to comment.