Skip to content

Commit

Permalink
Merge pull request sundowndev#576 from sundowndev/renovate/node-12.x
Browse files Browse the repository at this point in the history
chore(deps): update node docker tag to v12.20
  • Loading branch information
sundowndev committed Nov 25, 2020
2 parents d9cc1de + 337e7c3 commit e4b8480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.19]
node-version: [12.20]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12.19-alpine AS client_builder
FROM node:12.20-alpine AS client_builder

WORKDIR /app

Expand Down

0 comments on commit e4b8480

Please sign in to comment.