Added ALPINE_VERSION ARG in Dockerfile

This commit is contained in:
Alexis POUPELIN
2023-09-19 10:49:45 +02:00
parent d4ccbff088
commit ef64851f0d
+3 -1
View File
@@ -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