mirror of
https://github.com/willfarrell/docker-autoheal.git
synced 2024-12-06 19:16:20 +01:00
Added ALPINE_VERSION ARG in Dockerfile
This commit is contained in:
+3
-1
@@ -1,6 +1,8 @@
|
||||
# syntax = docker/dockerfile:latest
|
||||
|
||||
FROM alpine:3.18.3
|
||||
ARG ALPINE_VERSION=3.18
|
||||
|
||||
FROM alpine:$ALPINE_VERSION
|
||||
|
||||
RUN apk add --no-cache curl jq
|
||||
|
||||
|
||||
Reference in New Issue
Block a user