diff options
author | Santo Cariotti <santo@dcariotti.me> | 2025-04-24 18:42:33 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2025-04-24 18:42:33 +0200 |
commit | 0eba18e775ec6de803a9f562739004b27fc63ce2 (patch) | |
tree | 35d57154756330ae0fe1290c4546a909d36319bc /docker/ui | |
parent | 1db12e3e4fd887f4c057b8a4ec8ff7f69aa40ecd (diff) |
release: version 0.2.4
Diffstat (limited to 'docker/ui')
-rw-r--r-- | docker/ui/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/ui/Dockerfile b/docker/ui/Dockerfile index 92f0258..5d1a097 100644 --- a/docker/ui/Dockerfile +++ b/docker/ui/Dockerfile @@ -14,7 +14,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o rahanna-ui cmd/ui/main.go # Run stage FROM alpine:latest -LABEL version="0.2.3" +LABEL version="0.2.4" WORKDIR /app COPY --from=builder /app/rahanna-ui . |