garris / BackstopJS

Catch CSS curve balls.
http://backstopjs.org
MIT License
6.67k stars 605 forks source link

BackstopJS Docker Image 6.1.1 uses backstopJS 6.0.4 #1437

Closed HanMas123 closed 1 year ago

HanMas123 commented 1 year ago

Hey guys,

When I run the following command:

docker run backstopjs/backstopjs:6.1.1 --version

I get BackstopJS v6.0.4. Shouldn't this be version 6.1.1 or am I wrong here?

garris commented 1 year ago

You should get 6.1.1.

Might be a deploy issue on the backstop side.

dnnsjrng commented 1 year ago

Have that problem here as well.

Even though if I'm on linux/arm64/8 --version prints Welcome to BackstopJS 6.0.4 CLI.

edvardsniedre commented 1 year ago

Also getting v6.0.4.

garris commented 1 year ago

Yup. Was a docker file issue.

fixed by e6cb1f1dd9be271846d6af9d46251a659cc28c6f

image

Apologies for the hassle.