Skip to content

Commit

Permalink
rebase aarch64 to 3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
upchui committed Jul 14, 2024
1 parent d02bfc6 commit 5887108
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 5887108

Please sign in to comment.