Skip to content

Commit

Permalink
Bump ghe-actions/dockerfile-validator from 1 to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent 419ca1b commit 1623bb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerfile-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Verify Dockerfile
uses: ghe-actions/dockerfile-validator@v1
uses: ghe-actions/dockerfile-validator@v5
with:
dockerfile: 'Dockerfile'
lint: 'dockerlint'
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV GO111MODULE=on
COPY go.mod go.sum ./
RUN go mod download

ADD . .
COPY . .
RUN make build

# Runtime image
Expand Down

0 comments on commit 1623bb0

Please sign in to comment.