Skip to content

Commit bd22b38

Browse files
authored
Use alpine:3.5 as base (#24)
1 parent c3999bf commit bd22b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.4
1+
FROM alpine:3.5
22

33
RUN apk --update add bash \
44
&& rm -rf /var/cache/apk/* /tmp/* /var/tmp/*

0 commit comments

Comments
 (0)