Skip to content

Commit

Permalink
Merge pull request #715 from codeforjapan/renovate/node-12.x
Browse files Browse the repository at this point in the history
Update Node.js to v12.22.3
  • Loading branch information
kaizumaki committed Jul 8, 2021
2 parents d5f604e + d2e04f8 commit 77e1f91
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 77e1f91

Please sign in to comment.