when trying to use the VERSION arg it seems like any other version but the latest of chromium cannot be found.
I do not know if it's something to do with the apt-get script or with the FROM ubuntu:bionic.
reproduce:
clone the repo
docker build . -t potato:99 --build-arg VERSION=99
⬇️
Version '99*' for 'chromium-browser' was not found
maybe there is a way to make it work?
thanks ⭐️
when trying to use the VERSION arg it seems like any other version but the latest of chromium cannot be found.
I do not know if it's something to do with the
apt-getscript or with theFROM ubuntu:bionic.reproduce:
clone the repo
docker build . -t potato:99 --build-arg VERSION=99⬇️
Version '99*' for 'chromium-browser' was not foundmaybe there is a way to make it work?
thanks ⭐️