Skip to content

Commit

Permalink
chore: Update openssl package for operator container (#16)
Browse files Browse the repository at this point in the history
Fix GH step

Signed-off-by: Sergiy Kulanov <[email protected]>
Change-Id: I608ee9d366cdb3f1b531bad43d2d28cf6f708a89
  • Loading branch information
SergK committed Nov 15, 2023
1 parent 80b9955 commit 994ad14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Go ${{ matrix.go }} sample

steps:
- uses: actions/checkout@4
- uses: actions/checkout@v4

- name: Setup go
uses: actions/setup-go@v4
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ENV OPERATOR=/usr/local/bin/gerrit-operator \

RUN apk add --no-cache ca-certificates==20230506-r0 \
openssh-client==9.3_p2-r0 \
openssl==3.1.4-r1 \
git==2.40.1-r0

# install operator binary
Expand Down

0 comments on commit 994ad14

Please sign in to comment.