mirror of
https://github.com/linuxserver/docker-beets.git
synced 2026-02-20 02:34:56 +08:00
actually update dockerfiles
This commit is contained in:
parent
997075339a
commit
4ae27f3d42
@ -1,4 +1,4 @@
|
||||
ARG ALPINE_VER="3.11"
|
||||
ARG ALPINE_VER="3.12"
|
||||
FROM lsiobase/alpine:${ALPINE_VER} as fetch-stage
|
||||
|
||||
############## fetch stage ##############
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
ARG ALPINE_VER="3.11"
|
||||
ARG ALPINE_VER="3.12"
|
||||
FROM lsiobase/alpine:arm64v8-${ALPINE_VER} as fetch-stage
|
||||
|
||||
############## fetch stage ##############
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
ARG ALPINE_VER="3.11"
|
||||
ARG ALPINE_VER="3.12"
|
||||
FROM lsiobase/alpine:arm32v7-${ALPINE_VER} as fetch-stage
|
||||
|
||||
############## fetch stage ##############
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user