We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e954e4e commit fa34375Copy full SHA for fa34375
Dockerfile
@@ -1,11 +1,11 @@
1
-FROM debian:stable-slim
+FROM alpine:3.10
2
3
LABEL "name"="bash"
4
-LABEL "maintainer"="Jacob Lowe <jacoblowe2.0@gmail.com>"
5
-LABEL "version"="1.0.0"
+LABEL "maintainer"="Jeff Dickey <jdickey@seven-sigma.com>"
+LABEL "version"="1.1.0"
6
7
LABEL "com.github.actions.name"="Bash for GitHub Actions"
8
-LABEL "com.github.actions.description"="Runs one or more commands in an Action"
+LABEL "com.github.actions.description"="Runs Bash commands in an Action"
9
LABEL "com.github.actions.icon"="terminal"
10
LABEL "com.github.actions.color"="gray-dark"
11
0 commit comments