Skip to content

Commit fa34375

Browse files
committed
Change base image from Debian (Slim) to Alpine
This reduces the built image size from 69.2 MB to 5.58 MB.
1 parent e954e4e commit fa34375

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM debian:stable-slim
1+
FROM alpine:3.10
22

33
LABEL "name"="bash"
4-
LABEL "maintainer"="Jacob Lowe <jacoblowe2.0@gmail.com>"
5-
LABEL "version"="1.0.0"
4+
LABEL "maintainer"="Jeff Dickey <jdickey@seven-sigma.com>"
5+
LABEL "version"="1.1.0"
66

77
LABEL "com.github.actions.name"="Bash for GitHub Actions"
8-
LABEL "com.github.actions.description"="Runs one or more commands in an Action"
8+
LABEL "com.github.actions.description"="Runs Bash commands in an Action"
99
LABEL "com.github.actions.icon"="terminal"
1010
LABEL "com.github.actions.color"="gray-dark"
1111

0 commit comments

Comments
 (0)