Skip to content

Commit a04e4eb

Browse files
authored
Fix Dockerfile
1 parent be656c6 commit a04e4eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM public.ecr.aws/docker/library/alpine:3.21 AS builder
22

3-
ENV VERSION "2.1.8"
3+
ARG VERSION "2.1.8"
44

55
ARG TARGETARCH
66

0 commit comments

Comments
 (0)