fix(Dockerfiles): Correct Docker image source host in various Dockerfiles
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
FROM hosttoday/ht-docker-node:latest as stage1
|
||||
FROM host.today/ht-docker-node:latest as stage1
|
||||
LABEL author="Task Venture Capital GmbH <hello@task.vc>"
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends qemu-user-static binfmt-support
|
||||
# the following lines need to be run on a system that supports both architectures
|
||||
|
Reference in New Issue
Block a user