Skip to content

Commit

Permalink
Merge pull request #257 from upchui/master
Browse files Browse the repository at this point in the history
rebase aarch64 to 3.20
  • Loading branch information
thespad authored Jul 14, 2024
2 parents d02bfc6 + 5887108 commit 7d9f936
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FROM ghcr.io/linuxserver/picons-builder as piconsstage


FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.19 as buildstage
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.20 as buildstage
############## build stage ##############

# package versions
Expand Down Expand Up @@ -150,7 +150,7 @@ RUN \


############## runtime stage ##############
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.19
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.20

# set version label
ARG BUILD_DATE
Expand Down

0 comments on commit 7d9f936

Please sign in to comment.