Skip to content

Commit 0923b50

Browse files
authored
Merge pull request #124 from 4GeeksAcademy/dev
Dev
2 parents 21fba41 + ca4177a commit 0923b50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"extensions": ["learn-pack.learnpack-vscode"]
2222
}
2323
},
24-
"onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/[email protected].39 -g && learnpack plugins:install @learnpack/[email protected]"
24+
"onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/[email protected].47 -g && learnpack plugins:install @learnpack/[email protected]"
2525

2626
// Features to add to the dev container. More info: https://containers.dev/features.
2727
// "features": {},

.gitpod.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ RUN echo "unset DATABASE_URL" >> $HOME/.bashrc
2525
RUN echo "export DATABASE_URL" >> $HOME/.bashrc
2626

2727
RUN pip3 install pytest==6.2.5 pytest-testdox mock
28-
RUN npm i @learnpack/[email protected].39 -g && learnpack plugins:install @learnpack/[email protected]
28+
RUN npm i @learnpack/[email protected].47 -g && learnpack plugins:install @learnpack/[email protected]

0 commit comments

Comments
 (0)