Skip to content

Commit 46e88c5

Browse files
chore(docker): add missing release stage name
1 parent bed883c commit 46e88c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN if [ "${TARGETARCH}" = "arm64" ]; then \
2929
# ---------- Binary Build Source ----------
3030
FROM build-${src} AS build-source
3131

32-
FROM gcr.io/distroless/static:nonroot
32+
FROM gcr.io/distroless/static:nonroot AS release
3333

3434
COPY --from=build-source /root/pricefeeder /bin/
3535
USER nonroot:nonroot

0 commit comments

Comments
 (0)