Skip to content

Commit 04bd804

Browse files
authored
Changed Dockerfile to use Pharo VM 10.3.0 (#20)
1 parent c381e72 commit 04bd804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Dockerfile

+1-1
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.2.0 as image
14+
FROM ghcr.io/ba-st/pharo-vm:v10.3.0 AS image
1515
LABEL org.opencontainers.image.authors="Buenos Aires Smalltalk <[email protected]>"
1616
WORKDIR /opt/pharo
1717
USER root

0 commit comments

Comments
 (0)