Skip to content

Commit

Permalink
Update vm version to 10.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed May 13, 2024
1 parent 39314a9 commit 2c12215
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}
secrets: GIT_AUTH_TOKEN=${{ secrets.DOCKER_REGISTRY_TOKEN }}
secrets: GIT_AUTH_TOKEN=${{ secrets.DOCKER_REGISTRY_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
version:
- latest
- v10.1.0
- v10.2.0
name: Scheduled scan for vulnerabilities ${{ matrix.version }}
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion docs/how-to-guides/how-to-use-as-dependency.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
In your `Dockerfile` put something like:

```dockerfile
FROM ghcr.io/ba-st/pharo-vm:v10.0.8
FROM ghcr.io/ba-st/pharo-vm:v10.2.0
```
2 changes: 1 addition & 1 deletion source/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM alpine:3.12 as download-vm
RUN apk add unzip
WORKDIR /tmp/pharo-vm
ADD https://files.pharo.org/vm/pharo-spur64-headless/Linux-x86_64/PharoVM-10.1.0-a290a40-Linux-x86_64-bin.zip ./PharoVM.zip
ADD https://files.pharo.org/vm/pharo-spur64-headless/Linux-x86_64/PharoVM-10.2.0-f4c5e2a-Linux-x86_64-bin.zip ./PharoVM.zip
RUN set -eu; \
unzip PharoVM.zip; \
rm PharoVM.zip; \
Expand Down

0 comments on commit 2c12215

Please sign in to comment.