Skip to content

Commit

Permalink
update baseimages
Browse files Browse the repository at this point in the history
  • Loading branch information
thelamer committed Nov 2, 2020
1 parent 6fd1cfb commit 936b0a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM lsiobase/guacgui
FROM ghcr.io/linuxserver/baseimage-guacgui

# set version label
ARG BUILD_DATE
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM lsiobase/guacgui:arm64v8-latest
FROM ghcr.io/linuxserver/baseimage-guacgui:arm64v8-latest

# set version label
ARG BUILD_DATE
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.armhf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM lsiobase/guacgui:arm32v7-latest
FROM ghcr.io/linuxserver/baseimage-guacgui:arm32v7-latest

# set version label
ARG BUILD_DATE
Expand Down

0 comments on commit 936b0a1

Please sign in to comment.