Skip to content

Commit

Permalink
Update pharo-vm dependency to v10.2.0 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli authored May 13, 2024
1 parent 2a50895 commit c381e72
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .docker/pharo-date-multistage/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM pharo-loader:sut as loader

RUN pharo metacello install github://zeroflag/Teapot:v2.6.0 BaselineOfTeapot --groups=Deployment
RUN pharo metacello install github://ba-st-dependencies/Teapot:v2 BaselineOfTeapot --groups=Deployment

FROM pharo-runtime:sut
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion .docker/pharo-date/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM pharo-runtime:sut

RUN pharo metacello install github://zeroflag/Teapot:v2.6.0 BaselineOfTeapot --groups=Deployment
RUN pharo metacello install github://ba-st-dependencies/Teapot:v2 BaselineOfTeapot --groups=Deployment
COPY start.st ./
CMD [ "pharo", "start.st"]
2 changes: 1 addition & 1 deletion .github/workflows/markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: runner / markdownlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: markdownlint
uses: reviewdog/action-markdownlint@v0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run tests using Docker
working-directory: .docker
run: ./docker-tests.sh
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.1.0 as image
FROM ghcr.io/ba-st/pharo-vm:v10.2.0 as image
LABEL org.opencontainers.image.authors="Buenos Aires Smalltalk <[email protected]>"
WORKDIR /opt/pharo
USER root
Expand Down

0 comments on commit c381e72

Please sign in to comment.