Skip to content

Commit

Permalink
chore: crop v from tag for version argument
Browse files Browse the repository at this point in the history
  • Loading branch information
transcaffeine committed Oct 19, 2023
1 parent 1585c78 commit a2ed57b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM docker.io/alpine:3.18
ARG VERSION
RUN apk --no-cache add \
pdns=${VERSION} \
pdns-backend-pgsql=${VERSION} \
pdns=${VERSION#v} \
pdns-backend-pgsql=${VERSION#v} \
pdns-tools \
libcap

Expand Down

0 comments on commit a2ed57b

Please sign in to comment.