mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2025-12-20 02:18:51 +00:00
Set base image versions directly on FROM line
Signed-off-by: LizenzFass78851 <82592556+LizenzFass78851@users.noreply.github.com>
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
ARG FTL_SOURCE=remote
|
||||
ARG alpine_version="3.21"
|
||||
FROM alpine:${alpine_version} AS base
|
||||
FROM alpine:3.21 AS base
|
||||
# https://docs.docker.com/engine/reference/builder/#automatic-platform-args-in-the-global-scope
|
||||
|
||||
ARG TARGETPLATFORM
|
||||
|
||||
Reference in New Issue
Block a user