Skip to content

Commit 14c30fb

Browse files
committed
Changed the ignored warnings
1 parent dcf0bdb commit 14c30fb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.hadolint.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
ignored:
22
- DL3006
3-
- DL3018
3+
- DL3008
4+
- DL3003

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ FROM ${FROM} as builder
33

44
RUN export DEBIAN_FRONTEND=noninteractive \
55
&& apt-get update -qq \
6-
&& apt-get install --yes -qq \
6+
&& apt-get upgrade \
7+
--yes -qq --no-install-recommends \
8+
&& apt-get install \
9+
--yes -qq --no-install-recommends \
710
build-essential \
811
ca-certificates \
912
libldap-dev \

0 commit comments

Comments
 (0)