Remove amd64 prefix causing inability to update gemfile on Apple SIlicon

This commit is contained in:
Jake Spain 2023-01-30 10:44:30 -05:00
parent cfb405b208
commit 21e8add1eb
No known key found for this signature in database
GPG key ID: BC1C4DA0A085E113

View file

@ -8,7 +8,7 @@
# RUN: # RUN:
# docker run -e VMPOOLER_CONFIG -p 80:4567 -it vmpooler # docker run -e VMPOOLER_CONFIG -p 80:4567 -it vmpooler
FROM amd64/jruby:9.3.6-jdk FROM jruby:9.3.6-jdk
LABEL org.opencontainers.image.description "VMPooler plus all known providers" LABEL org.opencontainers.image.description "VMPooler plus all known providers"