Skip to content

Commit a1ef283

Browse files
committed
Fixed dockerfile
1 parent 4b4a407 commit a1ef283

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010

1111
jobs:
1212
goreleaser:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-20.04
1414
steps:
1515
- name: Set up Go
1616
uses: actions/setup-go@v2

filebeat/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
FROM elastic/filebeat:7.17.5
22

3-
COPY --from=build-env /go/bin/filebeat /usr/share/filebeat/
3+
USER root
4+
COPY dist/filebeat_linux_amd64_v1/beat /usr/share/filebeat

0 commit comments

Comments
 (0)