Skip to content

Commit 45f5817

Browse files
authored
Release v2.1.0 (#14)
* change: base docker image from ubuntu:18.04 to alpine:3.10.2 * update: .hadolint.yaml to ignore DL3018
1 parent 713b372 commit 45f5817

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.hadolint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
ignored:
2-
- DL3008
2+
- DL3018

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
FROM ubuntu:18.04
1+
FROM alpine:3.10.2
22

3-
RUN apt-get update && apt-get install -y --no-install-recommends \
3+
RUN apk add --no-cache \
4+
bash \
45
git \
56
openssh-client \
67
ca-certificates && \

0 commit comments

Comments
 (0)