Skip to content

Commit 67e0fde

Browse files
authored
fix: latest label
1 parent b0254a1 commit 67e0fde

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
FROM registry.access.redhat.com/ubi9/go-toolset:1.21.10 AS builder
22

3-
LABEL konflux.additional-tags="latest"
4-
53
COPY go.mod go.mod
64
COPY go.sum go.sum
75

@@ -17,6 +15,8 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o qe-tools main.go
1715

1816
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4
1917

18+
LABEL konflux.additional-tags="latest"
19+
2020
USER 65532:65532
2121

2222
WORKDIR /qe-tools

0 commit comments

Comments
 (0)