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:
Leonardo Amaral
2023-10-02 15:44:03 -03:00
committed by GitHub
+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