1
0
Fork 0

fix(build): pull GUI images from hub

This commit is contained in:
Sean Sube 2023-01-06 12:55:54 -06:00
parent 32c7701c85
commit 03362f323b
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM docker.artifacts.apextoaster.com/library/node:18-alpine
FROM docker.io/node:18-alpine
ENV PATH="${PATH}:$(yarn global bin)"

View File

@ -1,4 +1,4 @@
FROM docker.artifacts.apextoaster.com/library/node:18-buster
FROM docker.io/node:18-buster
ENV PATH="${PATH}:$(yarn global bin)"