Update alpine version
This commit is contained in:
parent
f059c0b208
commit
f0845f4afe
12 changed files with 21 additions and 23 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM alpine AS mirror
|
||||
FROM alpine:3.15 AS mirror
|
||||
|
||||
RUN mkdir -p /out/etc/apk/ && \
|
||||
cp /etc/apk/repositories /out/etc/apk/ && \
|
||||
|
|
|
|||
Reference in a new issue