Skip to content

Commit 21e8add

Browse files
committed
Remove amd64 prefix causing inability to update gemfile on Apple SIlicon
1 parent cfb405b commit 21e8add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# RUN:
99
# docker run -e VMPOOLER_CONFIG -p 80:4567 -it vmpooler
1010

11-
FROM amd64/jruby:9.3.6-jdk
11+
FROM jruby:9.3.6-jdk
1212

1313
LABEL org.opencontainers.image.description "VMPooler plus all known providers"
1414

0 commit comments

Comments
 (0)