Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3 from meisterplan/feature/fix-for-github-actions
Browse files Browse the repository at this point in the history
Use latest alpine version
  • Loading branch information
mmuth authored Jun 10, 2020
2 parents 0ede6d9 + a63b810 commit f8762e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12.18-alpine3.9
FROM node:12.18-alpine3.12
ENV NPM_CONFIG_LOGLEVEL info

RUN apk update && apk add --no-cache --upgrade git make grep
Expand Down

0 comments on commit f8762e6

Please sign in to comment.