Skip to content

Commit 68959f2

Browse files
committed
Update docs
1 parent 7250612 commit 68959f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/how-to-guides/how-to-use-as-dependency.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
In your `Dockerfile` put something like:
44

55
```dockerfile
6-
FROM ghcr.io/ba-st/pharo:v10.0.1
6+
FROM ghcr.io/ba-st/pharo:v11.0.0
77
```
88

99
If you want to create a custom Pharo image it's better to use multi-stage builds
@@ -13,10 +13,10 @@ configure Iceberg to use HTTPS.
1313
For example
1414

1515
```dockerfile
16-
FROM ghcr.io/ba-st/pharo-loader:v10.0.1 AS loader
16+
FROM ghcr.io/ba-st/pharo-loader:v11.0.0 AS loader
1717
RUN pharo metacello install github://owner/repo:branch BaselineOfProject
1818

19-
FROM ghcr.io/ba-st/pharo:v10.0.1
19+
FROM ghcr.io/ba-st/pharo:v11.0.0
2020
COPY --from=loader /opt/pharo/Pharo.image ./
2121
COPY --from=loader /opt/pharo/Pharo.changes ./
2222
COPY --from=loader /opt/pharo/Pharo*.sources ./

0 commit comments

Comments
 (0)