Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #4363 from nojnhuh/fix-image-scan
Browse files Browse the repository at this point in the history
[backport] fix(ci): fix image scan
  • Loading branch information
nojnhuh authored Nov 16, 2021
2 parents 666b0e8 + 4cf9687 commit e5b2754
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
imagescan:
name: Scan images for security vulnerabilities
runs-on: ubuntu-latest
needs: images
needs: [images, version]
env:
CTR_TAG: ${{ needs.version.outputs.version }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.init
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM alpine:3.12
FROM alpine:3
RUN apk add --no-cache iptables

0 comments on commit e5b2754

Please sign in to comment.