From ca755bf1a594219ba4e86463b9acb85c7e26e243 Mon Sep 17 00:00:00 2001 From: Gabriel Omar Cotelli Date: Thu, 18 Apr 2024 17:46:49 -0300 Subject: [PATCH] Update VM to v10.1.0 (#17) --- .github/workflows/docker-build.yml | 4 ++-- source/Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index a899f5b..dc46b67 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -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 @@ -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 }} diff --git a/source/Dockerfile b/source/Dockerfile index 60b1e97..f372a0e 100644 --- a/source/Dockerfile +++ b/source/Dockerfile @@ -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 " WORKDIR /opt/pharo USER root