Cachet container docker-compose build FROM nginx:1.13.9-alpine error failed to build no matching manifest

Expected behavior

Build would succesfully execute past the first line of the Docker file provided by Cachet

Actual behavior

Error message on Step 1/26 FROM

Information

  • the output of:
    • docker-compose build using Powershell on Windows
    • postgres uses an image, skipping
      Building cachet
      Step 1/26 : FROM nginx:1.13.9-alpine
      1.13.9-alpine: Pulling from library/nginx
      ERROR: Service ‘cachet’ failed to build: no matching manifest for unknown in the manifest list entries

Steps to reproduce the behavior

  1. Follow steps from https://docs.cachethq.io/docs/get-started-with-docker
  2. Run docker-compose build
  3. (Hit error message)

Any insight would be appreciated.