Skip to content

Commit 6864670

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update Node.js to v12.22.4
1 parent 446f6df commit 6864670

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:12.22.3-alpine
1+
FROM node:12.22.4-alpine
22

33
ENV HOST 0.0.0.0
44

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.7'
22
services:
33
studyathome:
4-
image: node:12.22.3-alpine
4+
image: node:12.22.4-alpine
55
command: /bin/sh -c "yarn install && yarn run dev"
66
working_dir: /app
77
ports:

0 commit comments

Comments
 (0)