Skip to content

Commit c8a68d1

Browse files
authored
Merge pull request #6 from hvalev/dependabot/docker/node-15.11.0-alpine3.12
Bump node from 15.10.0-alpine3.12 to 15.11.0-alpine3.12
2 parents 9182bd5 + 2e206cc commit c8a68d1

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:15.10.0-alpine3.12 as builder
1+
FROM node:15.11.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)