You've already forked AstralRinth
forked from didirus/AstralRinth
Github Container Registry support (#125)
* Initial tests for ghcr.io integration * Fixed login issue * Try with only GHCR * Removed unused system * Time to break everything with hub.docker.com support * Fix format error * Update dockerfile to use latest recommended version of nodejs.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Dockerfile
|
||||
FROM node:11.13.0-alpine
|
||||
FROM node:14.16.0-alpine
|
||||
|
||||
# create destination directory
|
||||
RUN mkdir -p /usr/src/knossos
|
||||
|
||||
Reference in New Issue
Block a user