Skip to content

Commit

Permalink
chore: change base image organization
Browse files Browse the repository at this point in the history
  • Loading branch information
darmalovan committed Feb 28, 2024
1 parent a552ca9 commit d8258e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .docker/chromium/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=m1k1o/neko:base
ARG BASE_IMAGE=trywilco/neko:base
FROM $BASE_IMAGE

#
Expand Down
2 changes: 1 addition & 1 deletion .docker/chromium/Dockerfile.arm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=m1k1o/neko:arm-base
ARG BASE_IMAGE=trywilco/neko:arm-base
FROM $BASE_IMAGE

#
Expand Down
2 changes: 1 addition & 1 deletion .docker/chromium/Dockerfile.nvidia
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=m1k1o/neko:base
ARG BASE_IMAGE=trywilco/neko:base
FROM $BASE_IMAGE

#
Expand Down

0 comments on commit d8258e1

Please sign in to comment.