Skip to content

Commit

Permalink
Chore: bump alpine base image to latest (#20)
Browse files Browse the repository at this point in the history
Include .dockerignore to exclude `coverage/` from getting added
to the docker image during development.
  • Loading branch information
djbender committed Jun 25, 2021
1 parent 89be92b commit ba23c61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/coverage
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.16-alpine3.13
FROM golang:1.16-alpine

RUN apk --no-cache add \
bash \
Expand Down

0 comments on commit ba23c61

Please sign in to comment.