Skip to content

Commit ca755bf

Browse files
authored
Update VM to v10.1.0 (#17)
1 parent c205c1c commit ca755bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docker-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Build and Publish Docker images
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
- name: Docker meta
2020
id: docker_meta_runtime
2121
uses: docker/metadata-action@v5
@@ -25,7 +25,7 @@ jobs:
2525
uses: docker/setup-buildx-action@v3
2626
- name: Login to Container Registry
2727
if: github.event_name != 'pull_request'
28-
uses: docker/login-action@v1
28+
uses: docker/login-action@v3
2929
with:
3030
registry: ghcr.io
3131
username: ${{ secrets.DOCKER_REGISTRY_USERNAME }}

source/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN set -eu; \
1111
true
1212

1313
# Copy Pharo Image into base image
14-
FROM ghcr.io/ba-st/pharo-vm:v10.0.8 as image
14+
FROM ghcr.io/ba-st/pharo-vm:v10.1.0 as image
1515
LABEL org.opencontainers.image.authors="Buenos Aires Smalltalk <github@fast.org.ar>"
1616
WORKDIR /opt/pharo
1717
USER root

0 commit comments

Comments
 (0)