mirror of
https://github.com/willfarrell/docker-autoheal.git
synced 2024-12-06 19:16:20 +01:00
Merge pull request #116 from AlexisPPLIN/feature/dynamic-alpine-version-tagging
Rework of alpine version tagging for docker images. Fixes #99
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