Skip to content

Commit

Permalink
Update VM to v10.1.0 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli authored Apr 18, 2024
1 parent c205c1c commit ca755bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Build and Publish Docker images
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Docker meta
id: docker_meta_runtime
uses: docker/metadata-action@v5
Expand All @@ -25,7 +25,7 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Login to Container Registry
if: github.event_name != 'pull_request'
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ secrets.DOCKER_REGISTRY_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion source/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN set -eu; \
true

# Copy Pharo Image into base image
FROM ghcr.io/ba-st/pharo-vm:v10.0.8 as image
FROM ghcr.io/ba-st/pharo-vm:v10.1.0 as image
LABEL org.opencontainers.image.authors="Buenos Aires Smalltalk <[email protected]>"
WORKDIR /opt/pharo
USER root
Expand Down

0 comments on commit ca755bf

Please sign in to comment.