Skip to content

Commit 86d668f

Browse files
committed
chore: update version to 0.6 in dockerfile
1 parent 0e0e44e commit 86d668f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.konflux/dockerfiles/controller.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN CGO_ENABLED=0 \
1414
./cmd/controller
1515

1616
FROM $RUNTIME
17-
ARG VERSION=manual-approval-gate-controller-main
17+
ARG VERSION=manual-approval-gate-controller-0.6
1818

1919
ENV KO_APP=/ko-app \
2020
KO_DATA_PATH=/kodata

.konflux/dockerfiles/webhook.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN CGO_ENABLED=0 \
1414
./cmd/webhook
1515

1616
FROM $RUNTIME
17-
ARG VERSION=manual-approval-gate-webhook-main
17+
ARG VERSION=manual-approval-gate-webhook-0.6
1818

1919
ENV KO_APP=/ko-app
2020

0 commit comments

Comments
 (0)