Skip to content

Commit

Permalink
Update Node.js to v16.7.0 (#470)
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 Aug 23, 2021
1 parent 0c0a7de commit 65024c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# builder for frontend
FROM node:16.6.2-alpine AS builder
FROM node:16.7.0-alpine AS builder

WORKDIR /app

Expand All @@ -13,7 +13,7 @@ RUN rm -rf ./.nuxt && \
npm run build

# target
FROM node:16.6.2-alpine
FROM node:16.7.0-alpine

WORKDIR /app

Expand Down

0 comments on commit 65024c4

Please sign in to comment.