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 1610e20 commit 2e27b61
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM lsiobase/alpine:3.12 as buildstage
FROM ghcr.io/linuxserver/baseimage-alpine:3.12 as buildstage
############## build stage ##############

# package version
Expand Down Expand Up @@ -92,7 +92,7 @@ RUN \
>> /tmp/znc/packages
############## runtime stage ##############

FROM lsiobase/alpine:3.12
FROM ghcr.io/linuxserver/baseimage-alpine:3.12

# set version label
ARG BUILD_DATE
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM lsiobase/alpine:arm64v8-3.12 as buildstage
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.12 as buildstage
############## build stage ##############

# package version
Expand Down Expand Up @@ -92,7 +92,7 @@ RUN \
>> /tmp/znc/packages
############## runtime stage ##############

FROM lsiobase/alpine:arm64v8-3.12
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.12

# set version label
ARG BUILD_DATE
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.armhf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM lsiobase/alpine:arm32v7-3.12 as buildstage
FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-3.12 as buildstage
############## build stage ##############

# package version
Expand Down Expand Up @@ -92,7 +92,7 @@ RUN \
>> /tmp/znc/packages
############## runtime stage ##############

FROM lsiobase/alpine:arm32v7-3.12
FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-3.12

# set version label
ARG BUILD_DATE
Expand Down

0 comments on commit 2e27b61

Please sign in to comment.