Skip to content

Commit

Permalink
Update Node.js to v12.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 8, 2021
1 parent 8974412 commit 7efd698
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM node:12.18.1-alpine
FROM node:12.22.3-alpine

ENV HOST 0.0.0.0

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
@@ -1,7 +1,7 @@
version: '3.7'
services:
studyathome:
image: node:12.18.1-alpine
image: node:12.22.3-alpine
command: /bin/sh -c "yarn install && yarn run dev"
working_dir: /app
ports:
Expand Down

0 comments on commit 7efd698

Please sign in to comment.