[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:
Aleksei Sviridkin 2026-03-23 16:19:04 +03:00
parent 50d6c29c72
commit f1482c5bfe
No known key found for this signature in database
GPG key ID: 7988329FDF395282

View file

@ -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