Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update nmr-load-save to version 2.1.0 #76

Merged
merged 9 commits into from
Nov 28, 2024
2 changes: 1 addition & 1 deletion app/scripts/nmr-cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# build the image ` docker build --tag nmr-cli . `
# run the container ` docker run -it nmr-cli bash `

FROM mcr.microsoft.com/playwright:v1.40.0-jammy
FROM mcr.microsoft.com/playwright:v1.49.0-jammy

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

Expand Down
Loading