Skip to content

Commit 2ce03a0

Browse files
authored
Merge pull request #77 from NFDI4Chem/update-nmr-cli-3.1.4
feat: update nmr-load-save to version 3.1.3
2 parents 9e40ba8 + 308d4c8 commit 2ce03a0

File tree

4 files changed

+193
-165
lines changed

4 files changed

+193
-165
lines changed

app/scripts/nmr-cli/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# build the image ` docker build --tag nmr-cli . `
22
# run the container ` docker run -it nmr-cli bash `
33

4-
FROM mcr.microsoft.com/playwright:v1.49.0-jammy
4+
FROM mcr.microsoft.com/playwright:v1.51.0-jammy
55

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

0 commit comments

Comments
 (0)