FROM alpine:3
This commit is contained in:
parent
b31d4279f2
commit
15eec18863
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# hadolint ignore=DL3007
|
||||
FROM alpine:latest
|
||||
FROM alpine:3
|
||||
|
||||
# hadolint ignore=DL3018
|
||||
RUN apk add --no-cache \
|
||||
|
|
Reference in a new issue