Skip to content

Commit

Permalink
Change base image from Debian (Slim) to Alpine
Browse files Browse the repository at this point in the history
This reduces the built image size from 69.2 MB to 5.58 MB.
  • Loading branch information
jdickey committed Jul 26, 2019
1 parent e954e4e commit fa34375
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM debian:stable-slim
FROM alpine:3.10

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

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

Expand Down

0 comments on commit fa34375

Please sign in to comment.