We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8aaa22e + 085e09c commit e9515bfCopy full SHA for e9515bf
2 files changed
README.md
@@ -77,7 +77,7 @@ From the root of the repo:
77
78
```shell
79
cd dev
80
-docker build --secret id=github_pat,env=GITHUB_PAT -t ghcr.io/statisticsnorway/docker-rpython-dev:1.0 .
+docker build -t ghcr.io/statisticsnorway/docker-rpython-dev:1.0 .
81
docker push ghcr.io/statisticsnorway/docker-rpython-dev:1.0
82
```
83
dev/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ghcr.io/statisticsnorway/docker-rpython-base:0.9.7
+FROM ghcr.io/statisticsnorway/docker-rpython-base:0.9.9
2
3
LABEL org.opencontainers.image.source=https://github.com/statisticsnorway/docker-rpython
4
LABEL org.opencontainers.image.description="Container for running both python and R."
0 commit comments