Skip to content

Commit

Permalink
Update alpine Docker tag to v3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Nov 19, 2021
1 parent 96e13c6 commit c8caa2a
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 @@ -10,7 +10,7 @@ COPY . /src
WORKDIR /src
RUN make build

FROM alpine:3.14
FROM alpine:3.15
RUN mkdir /lib64
RUN ln -s /lib/libc.musl-x86_64.so.1 /lib64/ld-linux-x86-64.so.2
COPY --from=builder /src/messagen.bin /usr/local/bin/messagen
Expand Down

0 comments on commit c8caa2a

Please sign in to comment.