Skip to content

Commit f7bdc89

Browse files
authored
Merge pull request #157 from drewfreyling/bugfix/nodelts
chore: move base image to latest node lts
2 parents 3d829ed + 0f926b9 commit f7bdc89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:10.3.0-alpine
1+
FROM node:12.18-alpine
22
LABEL maintainer="Marc Campbell <marc.e.campbell@gmail.com>"
33

44
RUN apk --no-cache add yarn

0 commit comments

Comments
 (0)