We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7250612 commit 68959f2Copy full SHA for 68959f2
docs/how-to-guides/how-to-use-as-dependency.md
@@ -3,7 +3,7 @@
3
In your `Dockerfile` put something like:
4
5
```dockerfile
6
-FROM ghcr.io/ba-st/pharo:v10.0.1
+FROM ghcr.io/ba-st/pharo:v11.0.0
7
```
8
9
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.
13
For example
14
15
16
-FROM ghcr.io/ba-st/pharo-loader:v10.0.1 AS loader
+FROM ghcr.io/ba-st/pharo-loader:v11.0.0 AS loader
17
RUN pharo metacello install github://owner/repo:branch BaselineOfProject
18
19
20
COPY --from=loader /opt/pharo/Pharo.image ./
21
COPY --from=loader /opt/pharo/Pharo.changes ./
22
COPY --from=loader /opt/pharo/Pharo*.sources ./
0 commit comments