Skip to content

Commit 2f2aa0d

Browse files
committed
Update alpine to 3.12.0
1 parent c79c26d commit 2f2aa0d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM alpine:3.11.6
1+
FROM alpine:3.12.0
22

33
RUN apk add --no-cache shellcheck bash
44

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

0 commit comments

Comments
 (0)