Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.10.0
12.22.10
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12.10-alpine as build
FROM node:12.22-alpine as build

RUN apk update && \
apk --no-cache --update add git
Expand All @@ -16,7 +16,7 @@ COPY . /web

RUN yarn build

FROM node:12.10-alpine
FROM node:12.22-alpine

ENV NODE_ENV="production"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"webpack": "4.42.1"
},
"engines": {
"node": "12.10.0"
"node": "12.22.10"
},
"eslintConfig": {
"extends": [
Expand Down