Skip to content
This repository has been archived by the owner on Feb 13, 2022. It is now read-only.

Commit

Permalink
build(deps): update node.js to v16.13.1 (#482)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Dec 3, 2021
1 parent 15af723 commit 4109226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.13.0-alpine AS builder
FROM node:16.13.1-alpine AS builder

WORKDIR /usr/src/builder

Expand All @@ -15,7 +15,7 @@ RUN ["yarn", "install", "--production=true"]

RUN ["yarn", "build"]

FROM node:16.13.0-alpine AS app
FROM node:16.13.1-alpine AS app
WORKDIR /usr/src/maroon

COPY package.json ./
Expand Down

0 comments on commit 4109226

Please sign in to comment.