Minor Dockerfile optimisations

This commit is contained in:
TheSpad 2022-12-10 17:09:44 +00:00
parent c3edb6d5f1
commit 7742257975
No known key found for this signature in database
GPG key ID: 08F06191F4587860
3 changed files with 3 additions and 9 deletions

View file

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1 # syntax=docker/dockerfile:1
FROM alpine:3.15 as rootfs-stage FROM alpine:3.17 as rootfs-stage
# environment # environment
ENV REL=edge ENV REL=edge
@ -18,8 +18,6 @@ RUN \
apk add --no-cache \ apk add --no-cache \
bash \ bash \
curl \ curl \
patch \
tar \
tzdata \ tzdata \
xz xz

View file

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1 # syntax=docker/dockerfile:1
FROM alpine:3.15 as rootfs-stage FROM alpine:3.17 as rootfs-stage
# environment # environment
ENV REL=edge ENV REL=edge
@ -18,8 +18,6 @@ RUN \
apk add --no-cache \ apk add --no-cache \
bash \ bash \
curl \ curl \
patch \
tar \
tzdata \ tzdata \
xz xz

View file

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1 # syntax=docker/dockerfile:1
FROM alpine:3.15 as rootfs-stage FROM alpine:3.17 as rootfs-stage
# environment # environment
ENV REL=edge ENV REL=edge
@ -18,8 +18,6 @@ RUN \
apk add --no-cache \ apk add --no-cache \
bash \ bash \
curl \ curl \
patch \
tar \
tzdata \ tzdata \
xz xz