Skip to content

Commit

Permalink
feat: bump alpine to 3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
sammcj authored and StephaneBour committed Aug 17, 2021
1 parent 7484a42 commit 6da49c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.DS_Store
.dccache
*.tmp
*.swp
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Run
FROM node:alpine3.10 as run
FROM node:alpine3.14 as run

RUN apk add --no-cache curl git jq

Expand Down

0 comments on commit 6da49c7

Please sign in to comment.