Skip to content

Commit e9515bf

Browse files
authored
Merge pull request #14 from statisticsnorway/dev
Make dev-image use base-image 0.9.9
2 parents 8aaa22e + 085e09c commit e9515bf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ From the root of the repo:
7777

7878
```shell
7979
cd dev
80-
docker build --secret id=github_pat,env=GITHUB_PAT -t ghcr.io/statisticsnorway/docker-rpython-dev:1.0 .
80+
docker build -t ghcr.io/statisticsnorway/docker-rpython-dev:1.0 .
8181
docker push ghcr.io/statisticsnorway/docker-rpython-dev:1.0
8282
```
8383

dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/statisticsnorway/docker-rpython-base:0.9.7
1+
FROM ghcr.io/statisticsnorway/docker-rpython-base:0.9.9
22

33
LABEL org.opencontainers.image.source=https://github.com/statisticsnorway/docker-rpython
44
LABEL org.opencontainers.image.description="Container for running both python and R."

0 commit comments

Comments
 (0)