Skip to content

Commit

Permalink
Merge pull request #116 from AlexisPPLIN/feature/dynamic-alpine-versi…
Browse files Browse the repository at this point in the history
…on-tagging

Rework of alpine version tagging for docker images. Fixes #99
  • Loading branch information
leleobhz authored Oct 2, 2023
2 parents d4ccbff + 539139d commit 31a64b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 31a64b4

Please sign in to comment.