Skip to content

Commit

Permalink
Funny Docker image Mistake fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyxalis committed Aug 5, 2024
1 parent 4f3849c commit 07eef85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/dart/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker pull ghcr.io/nyxalis/base:base
FROM ghcr.io/nyxalis/base:base

USER root

Expand Down
2 changes: 1 addition & 1 deletion docker/java/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker pull ghcr.io/nyxalis/base:base
FROM ghcr.io/nyxalis/base:base

USER root

Expand Down
2 changes: 1 addition & 1 deletion docker/javascript/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker pull ghcr.io/nyxalis/base:base
FROM ghcr.io/nyxalis/base:base

# nvm + node + pnpm
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash
Expand Down

0 comments on commit 07eef85

Please sign in to comment.