pin aarch64 to 3.14

This commit is contained in:
thelamer 2022-01-14 15:38:05 -08:00
parent b0b5bdd342
commit c640f62b04

View File

@ -31,7 +31,6 @@ RUN \
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.15 as nodebuilder
ARG EMULATORJS_RELEASE
ARG RETRO_VERSION=1.9.10
RUN \
echo "**** install build packages ****" && \
@ -96,7 +95,6 @@ RUN \
echo "**** install runtime packages ****" && \
apk add --no-cache \
file \
go-ipfs \
nginx \
nodejs \
p7zip \
@ -104,6 +102,8 @@ RUN \
mkdir /data && \
apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing \
mame-tools && \
apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/v3.14/community \
go-ipfs && \
echo "**** cleanup ****" && \
rm -rf \
/tmp/*