Skip to content

Commit

Permalink
Fix patch file (#67)
Browse files Browse the repository at this point in the history
fixing patch file
  • Loading branch information
JasonPowr authored Sep 25, 2023
1 parent 161d7d8 commit cb41c12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redhat/patches/0001-dockerfile.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/Dockerfile b/Dockerfile
index 067c238..7d04f0c 100644
index 067c238..f1a9137 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,7 +13,7 @@
Expand All @@ -11,7 +11,7 @@ index 067c238..7d04f0c 100644
ENV APP_ROOT=/opt/app-root
ENV GOPATH=$APP_ROOT

@@ -31,7 +31,7 @@ RUN CGO_ENABLED=0 go build -gcflags "all=-N -l" -ldflags "${SERVER_LDFLAGS}" -o
@@ -31,7 +31,13 @@ RUN CGO_ENABLED=0 go build -gcflags "all=-N -l" -ldflags "${SERVER_LDFLAGS}" -o
RUN go test -c -ldflags "${SERVER_LDFLAGS}" -cover -covermode=count -coverpkg=./... -o rekor-server_test ./cmd/rekor-server

# Multi-Stage production build
Expand Down

0 comments on commit cb41c12

Please sign in to comment.