chore(nodejs): bump version (#2088)

This commit is contained in:
Jef LeCompte
2021-03-04 13:16:49 -05:00
committed by GitHub
parent f65aab87da
commit afe7a70900
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 15.10.0
node-version: 15.11.0
- name: Setup build cache
uses: actions/cache@v2
with:
+1 -1
View File
@@ -1 +1 @@
15.10.0
15.11.0
+2 -2
View File
@@ -1,4 +1,4 @@
FROM node:15.10.0-alpine3.12 AS builder
FROM node:15.11.0-alpine3.13 AS builder
LABEL org.opencontainers.image.source="https://github.com/jef/streetmerchant"
@@ -15,7 +15,7 @@ COPY src/ src/
RUN npm run compile
RUN npm prune --production
FROM node:15.10.0-alpine3.12
FROM node:15.11.0-alpine3.13
RUN apk add --no-cache chromium