mirror of
https://github.com/linuxserver/docker-beets
synced 2025-12-27 18:58:09 +01:00
actually update dockerfiles
This commit is contained in:
parent
997075339a
commit
4ae27f3d42
3 changed files with 3 additions and 3 deletions
|
|
@ -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…
Reference in a new issue