Skip to content

Commit ace1f33

Browse files
authored
Merge pull request #29 from hvalev/dependabot/docker/node-16.10.0-alpine3.12
Bump node from 16.9.1-alpine3.12 to 16.10.0-alpine3.12
2 parents 8aa5655 + 822ee36 commit ace1f33

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:16.9.1-alpine3.12 as builder
1+
FROM node:16.10.0-alpine3.12 as builder
22
RUN apk update && apk add --no-cache git && \
33
ln -s /usr/bin/python3 /usr/bin/python && \
44
git clone --depth 1 https://github.com/densitydesign/raw.git

0 commit comments

Comments
 (0)