fix(Dockerfiles): Correct Docker image source host in various Dockerfiles
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
FROM hosttoday/ht-docker-node:alpine
|
||||
FROM host.today/ht-docker-node:alpine
|
||||
RUN apk update && apk add bash libc6-compat alpine-sdk
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
RUN apk add --update --no-cache python3 && ln -sf python3 /usr/bin/python
|
||||
|
Reference in New Issue
Block a user