Skip to content

Commit

Permalink
chore: bump alpine version to 3.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
leogr committed Dec 17, 2019
1 parent 033a55c commit a269ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /src
COPY . .
RUN make kube-notary

FROM alpine:3.9
FROM alpine:3.9.4

RUN apk update && apk add ca-certificates curl && rm -rf /var/cache/apk/*
RUN mkdir /lib64 && ln -s /lib/libc.musl-x86_64.so.1 /lib64/ld-linux-x86-64.so.2
Expand Down

0 comments on commit a269ec2

Please sign in to comment.