Skip to content

Commit

Permalink
pinning versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Suigetsu committed Sep 12, 2024
1 parent 19df83b commit 0050355
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/superlinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,3 @@ jobs:
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINTER_RULES_PATH: /
HADOLINT_CONFIG_FILE: .hadolint.yml
4 changes: 2 additions & 2 deletions .hadolint.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
ignored:
- DL3018
# ignored:
# - DL3018
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.14

RUN apk add --update --no-cache file make gcc \
g++ python3 wget linux-headers openssl-dev \
lzo-dev linux-pam-dev git sudo make cmake \
valgrind vim bash \
RUN apk add --update --no-cache file=latest make=latest gcc=latest \
g++=latest python3=latest wget=latest linux-headers=latest openssl-dev=latest \
lzo-dev=latest linux-pam-dev=latest git=latest sudo=latest make=latest cmake=latest \
valgrind=latest vim=latest bash=latest \
&& apk upgrade --available --no-cache

0 comments on commit 0050355

Please sign in to comment.