Skip to content

Commit

Permalink
Update alpine to 3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Jun 27, 2020
1 parent c79c26d commit 2f2aa0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.11.6
FROM alpine:3.12.0

RUN apk add --no-cache shellcheck bash

COPY runaction.sh /action/runaction.sh
ENTRYPOINT ["bash", "/action/runaction.sh"]
COPY runaction /action/runaction
ENTRYPOINT ["bash", "/action/runaction"]
File renamed without changes.

0 comments on commit 2f2aa0d

Please sign in to comment.