mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 01:47:39 +00:00
chore(nodejs): bump version (#2088)
This commit is contained in:
@@ -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
@@ -1 +1 @@
|
||||
15.10.0
|
||||
15.11.0
|
||||
|
||||
+2
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user