Skip to content

Commit

Permalink
Changed Dockerfile to use Pharo VM 10.3.0 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtabacman authored Jul 30, 2024
1 parent c381e72 commit 04bd804
Showing 1 changed file with 1 addition and 1 deletion.
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.2.0 as image
FROM ghcr.io/ba-st/pharo-vm:v10.3.0 AS image
LABEL org.opencontainers.image.authors="Buenos Aires Smalltalk <[email protected]>"
WORKDIR /opt/pharo
USER root
Expand Down

0 comments on commit 04bd804

Please sign in to comment.