[objectstorage-controller] Use version tag instead of commit hash
Replace commit hash with v0.2.2 tag for better readability. GitHub archive URLs work with tags identically. Assisted-By: Claude <noreply@anthropic.com> Signed-off-by: Aleksei Sviridkin <f@lex.la>
This commit is contained in:
parent
50d6c29c72
commit
f1482c5bfe
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# syntax=docker/dockerfile:1.2
|
||||
|
||||
FROM alpine AS source
|
||||
ARG COMMIT_REF=f75d47509dae3e4ed0fd18ce0a60474b78e8d29b
|
||||
ARG COMMIT_REF=v0.2.2
|
||||
RUN apk add --no-cache curl tar
|
||||
WORKDIR /src
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue