Skip to content

Commit

Permalink
chore(deps): bump node from 15.11.0-alpine3.13 to 15.12.0-alpine3.13 (#…
Browse files Browse the repository at this point in the history
…2185)

* chore(deps): bump node from 15.11.0-alpine3.13 to 15.12.0-alpine3.13

Bumps node from 15.11.0-alpine3.13 to 15.12.0-alpine3.13.

Signed-off-by: dependabot[bot] <support@github.com>

* chore: bump .node-version

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
  • Loading branch information
dependabot[bot] and jef authored Mar 26, 2021
1 parent 1714e89 commit 2ebbf55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15.11.0
15.12.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.11.0-alpine3.13 AS builder
FROM node:15.12.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.11.0-alpine3.13
FROM node:15.12.0-alpine3.13

RUN apk add --no-cache chromium

Expand Down

0 comments on commit 2ebbf55

Please sign in to comment.