Skip to content

Commit

Permalink
chore(nodejs): bump version (jef#2088)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef authored and erwinc1 committed Mar 31, 2021
1 parent 94aa374 commit 6f674e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15.10.0
15.11.0
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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"

Expand All @@ -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

Expand Down

0 comments on commit 6f674e7

Please sign in to comment.